Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How change the title?


2020

Recommended Posts

Posted

How can i change the title of my store?

 

I had changed in the file catalog/includes/languages/english.php , but one simple thing that be changed in this page, do a error when i access the cart in shop.

 

It said that the error is in the catalog/includes/functions/general.php

 

Thank to any help

Posted
How can i change the title of my store?

 

I had changed in the file catalog/includes/languages/english.php , but one simple thing that be changed in this page, do a error when i access the cart in shop.

 

It said that the error is in the catalog/includes/functions/general.php

 

Thank to any help

 

You probably changed

// page title
define('TITLE', 'New title of my shop');

which is correct but if you have used the build in file manager in the osCommerce admin it will corrupt this file and give errors afterwards.

If you make changes to files do not use the osC file manager but use a text editor like notepad or a more advanced one like textpad.

And before making changes always make a backup of the file you are going to edit in case something like this happens !

Best thing to do is to get a fresh english.php, assuming you have not yet made other changes to this file, and make the change again with a good text editor. Upload it back over the corrupt one and you should be set.

Posted
How can i change the title of my store?

 

I had changed in the file catalog/includes/languages/english.php , but one simple thing that be changed in this page, do a error when i access the cart in shop.

 

It said that the error is in the catalog/includes/functions/general.php

 

Thank to any help

Paste your english.php where you made the changes.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

you most likely do not have a backslash \ in front of an apostrophe

 

What's needs to be What\'s

Archived

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

×
×
  • Create New...