sugacitybwoy Posted January 23, 2007 Share Posted January 23, 2007 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 More sharing options...
wheeloftime Posted January 23, 2007 Share Posted January 23, 2007 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 More sharing options...
sugacitybwoy Posted January 24, 2007 Author Share Posted January 24, 2007 Thank you wheeloftime... I will look into that. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.