Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

'oscommerce' instead of site title


loveleaf

Recommended Posts

Hello,

I run LoveleafGarden.com. I am not able to have the script automatically make the page titles say "Loveleaf Garden."

 

The code that I believe is supposed to do this is:

 

<title><?php echo TITLE; ?></title>

 

I don't want to replace it on every page, and then have to go back and redo it if I ever want to change it. How can I get rid of the "OSCommerce" title?

 

Example: http://www.loveleafgarden.com/catalog/prod...?products_id=75

 

Thanks,

 

Scott Hughston

Link to comment
Share on other sites

in your catalog/includes/languages folder

 

go into the english.php file

 

and find the following text:

 

// page title

define('TITLE', 'osCommerce');

 

 

and change the osCommerce to what you wish the title to be, this will configure the title for all pages in your store.

Link to comment
Share on other sites

Thanks! You are awesome.

 

in your catalog/includes/languages  folder 

 

go into the  english.php file

 

and find the following text:

 

// page title

define('TITLE', 'osCommerce');

and change the osCommerce to what you wish the title to be, this will configure the title for all pages in your store.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...