Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change page title from "oscommerce" to "My Site Name"


Guest

Recommended Posts

Hi,

 

I am changing the page title "oscommerce" shown on the top of the IE browser to "My Site Name".

 

Here is what I have done so far.

 

I located this file: catalog/includes/classes/functions/languages/english.php

 

And located these codes for definitions:

 

define('LANGUAGE_CURRENCY', 'USD');

 

// Global entries for the <html> tag

define('HTML_PARAMS','dir="LTR" lang="en"');

 

// charset for web pages and emails

define('CHARSET', 'iso-8859-1');

 

// page title

define('TITLE', 'oscommerce');

 

I then changed 'oscommerce' to 'my site name' and updated the file at server site.

 

But the page title (of the catalog/index.php ) still shows 'oscommerce'.

 

Am I changing the right file? If not, where is the file for setting those definitions of the page info.?

 

TIA

 

 

Spencer

Link to comment
Share on other sites

Hi,

 

I am changing the page title "oscommerce" shown on the top of the IE browser to "My Site Name".

 

Here is what I have done so far.

 

I located this file: catalog/includes/classes/functions/languages/english.php

 

And located these codes for definitions:

I then changed 'oscommerce' to 'my site name' and updated the file at server site.

 

But the page title (of the catalog/index.php ) still shows 'oscommerce'.

 

Am I changing the right file? If not, where is the file for setting those definitions of the page info.?

 

TIA

Spencer

 

Have you uploaded contributions or any other files? Try to see if you can go to the path

catalog/includes/languages/english.php

 

I'm not sure why your language folder would be in the classes and functions folders. Normally not where it is.

Link to comment
Share on other sites

Can't you just edit those options in www.yoursite.com/catalog/admin

 

?

 

Hi,

 

I just read a thread and I found there are two english.php files need to be changed.

 

catalog/includes/languages/english.php

 

AND

 

catalog/includes/classes/functions/languages/english.php

 

Both changes will affect those text changes in the catalog pages.

 

THANK YOU!

 

Spencer

Link to comment
Share on other sites

There is only one english.php file for the shop side (there is also one for the admin side). The location is includes/languages/english.php. The original op said the path was includes/classes/functions/languages/english.php. If that is truly the case on his install, then something is wrong with his installation since that is not a valid path.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...