Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Renaming the osCommerce Title.


sugacitybwoy

Recommended Posts

Hi... I installed the osCommerce and now I want to change the title show at the top of he page.. How can I do that? Which file do I have to modify? I thought that by going in the admin panel and changin the configuration of the store name... it would have changed it.. but it didn't. Can anyone help?

Link to comment
Share on other sites

Hi... I installed the osCommerce and now I want to change the title show at the top of he page.. How can I do that? Which file do I have to modify? I thought that by going in the admin panel and changin the configuration of the store name... it would have changed it.. but it didn't. Can anyone help?

If the following is in your (catalog)/includes/languages/english.php file

// page title
define('TITLE', STORE_NAME);

you can edit your store's name through the admin by changing the admin->configuration->store name entry. If it doesn't show rightaway refresh the page a few times and/or empty your browsers cache.

 

Older versions of osCommerce have the title written directly into the language file like

// page title
define('TITLE', 'My Store Name');

If you replace that with the above you are done also and can from there on change the shop's name through the admin.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...