computer123 Posted October 22, 2010 Posted October 22, 2010 HI I'm already make my web site and the store name already fill in the admin panel. I don't know why the web site top left corner is showing "E-commerce"? Do you know how to change the "E-commerce" as the site name?
♥mdtaylorlrim Posted October 22, 2010 Posted October 22, 2010 HI I'm already make my web site and the store name already fill in the admin panel. I don't know why the web site top left corner is showing "E-commerce"? Do you know how to change the "E-commerce" as the site name? After you do all the security updates start on SEO add-ons. The Header Tags SEO will do that for you, and much more. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
MrPhil Posted October 22, 2010 Posted October 22, 2010 That would be the <title> tag in the page header section. On most pages, the defined TITLE string contains what you see. TITLE contains the STORE_NAME, which is defined in the Admin section under "Store Name". Its default value is set during installation as just "osCommerce". You need to go into Admin and change Store Name in the configuration to what you want (presumably it is now "E-Commerce" for some reason). Or, you can directly change it in phpMyAdmin in the configuration table. No need to install any add-ons, although they might do the job too.
computer123 Posted October 23, 2010 Author Posted October 23, 2010 That would be the <title> tag in the page header section. On most pages, the defined TITLE string contains what you see. TITLE contains the STORE_NAME, which is defined in the Admin section under "Store Name". Its default value is set during installation as just "osCommerce". You need to go into Admin and change Store Name in the configuration to what you want (presumably it is now "E-Commerce" for some reason). Or, you can directly change it in phpMyAdmin in the configuration table. No need to install any add-ons, although they might do the job too. I do not make any security update and the phpmyadmin configuration showing the correct store name, i think it is some file mistake for the name. Do you know which file relate the store name and need to change?
multimixer Posted October 23, 2010 Posted October 23, 2010 Most possible you use a template or something, and "e-commerce" is hardcoded Go to file catalog/includes/english.php and find near the top // page title define('TITLE', STORE_NAME); Do you have this line? Or does it say maybe e-commerce instead of STORE_NAME? My community profile | Template system for osCommerce - New: Responsive | Feedback channel
computer123 Posted October 24, 2010 Author Posted October 24, 2010 Most possible you use a template or something, and "e-commerce" is hardcoded Go to file catalog/includes/english.php and find near the top // page title define('TITLE', STORE_NAME); Do you have this line? Or does it say maybe e-commerce instead of STORE_NAME? You're so smart. I can fix it now. Thanks for your help. :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.