Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Title


teamuk

Recommended Posts

Posted

Can someone point me in the right direction to find the page title below, so i can change the store name.

 

// page title

define('TITLE', STORE_NAME);

 

 

I thought i could change it from my sites admin/my store , but it only changes my email subject line!

 

Also any help in changing the osCommerce with my store name at the foot of the main page would be appreciated!

 

Thanks

 

Mark

Posted

Hi

 

If you open includes\languages\english.php you will see a line like this:

 

// page title

define('TITLE', 'osCommerce');

 

As far as I know you just change this to the title of your website.

 

:thumbsup:

Posted

try using contribution Headers Tag

Can someone point me in the right direction to find the page title below, so i can change the store name.

 

// page title

define('TITLE', STORE_NAME);

I thought i could change it from my sites admin/my store , but it only changes my email subject line!

 

Also any help in changing the osCommerce with my store name at the foot of the main page would be appreciated!

 

Thanks

 

Mark

Simple Add-ons Please add simple plain tips here for others.
Posted
Hi

 

If you open includes\languages\english.php you will see a line like this:

 

// page title

define('TITLE', 'osCommerce');

 

As far as I know you just change this to the title of your website.

 

:thumbsup:

 

 

You star!, i've just spent the last 2 hours looking for that and I would have never looked there.

 

Thank you!

Archived

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

×
×
  • Create New...