Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why the top left corner cannot show the store name?


computer123

Recommended Posts

Posted

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?

 

commerce.jpg

Posted

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?

 

commerce.jpg

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...?

Posted

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.

Posted

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?

Posted

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:

Archived

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

×
×
  • Create New...