teamuk Posted October 31, 2006 Posted October 31, 2006 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
Oh_Dear! Posted October 31, 2006 Posted October 31, 2006 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:
desidil4ever Posted October 31, 2006 Posted October 31, 2006 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.
teamuk Posted October 31, 2006 Author Posted October 31, 2006 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.