Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Title Not Changing


kohnhost

Recommended Posts

Posted

The title on the pages of my store says os Commerce, even though there is a store name entered in the Configuration > My Store area of the Admin section. Am I missing something?

Posted

If I understand your problem correctly this link may help

 

http://www.oscommerce.info/kb/osCommerce/C..._and_Layout/227

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

No, I need to change the title of the pages, not the logo. All of our pages show up as osCommerce in Google. I found the following in the forums, but for some reason this is not working for my store.

 

1. … Change the OsCommerce in the Title?

Log into the admin then go to Configuration > My Store and edit Store Name

Posted

Read my reply.

You need a contribution that changes the header tags based on what you select.

Your index.php page will have one title. Your individual products will have different ones.

 

Trust me and do the search.

Posted

You could try going into your /catalog/includes/languages/english.php and change this code:

 

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

To something like:

 

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

But the header tags suggestion is a better way to go.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Read my reply.

You need a contribution that changes the header tags based on what you select.

Your index.php page will have one title. Your individual products will have different ones.

 

Trust me and do the search.

 

Thanks for the insight. Not trying to be difficult. Just wanted a quick fix for the time being that didn't involve downloading another contribution and troubleshooting problems once installed. Thanks.

Archived

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

×
×
  • Create New...