Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Want to change TITLE please


zulez

Recommended Posts

<title><?php echo TITLE; ?></title>

 

I'm new to PHP but... I think this script looks to a .php file that stores the TITLE (which I entered originally in set-up BUT I wish to alter this by going into php file and edit by hand. I just don't know where it is.

 

How can I find the specific file? Is there a logic to track down folders and files?

 

Any help appreciated.

 

John

Link to comment
Share on other sites

Generally (and this is not always the case but will be in 9 out of 10 instances), if you want to change any text that will be displayed in a users browser, the first place to look for it, is in catalog/includes/languages/english.php (or your corresponding language-specific file in that dir.)

Next obvious choice would be in catalog/includes/languages/english/somefilename.php, or, again, in the language-specific dir within /languages/

 

Other than that, if you want to know where to find a given bit of text to change, look at the page that contains the information you want to change in your browser, and take note of the name of the page you are on. Then go into your oscommerce directory on your local drive, and find that page. Once you find where that bit of text is generated from, you can then usually trace where to go to edit it.

If not...ask! We're always happy to help if and when we can. :)

Link to comment
Share on other sites

That was good Teejaycom. TA!

 

I have located stylesheet.css in the root directory and can alter the colours and stuff and in the / Includes folder I found / column_left.php (which enables what I see in the left column) but where is the width for the left column?

 

I want to stray away from the usual column / middle / column look and want to widen the left column and dispense with the right.

 

Thanks

John

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...