squerley Posted July 19, 2005 Share Posted July 19, 2005 Hi All Just wondering if I can change the title on my site to display my sites name? Now its the osCOmmers name just wanted to put my name. Also I finely figured out my previuse problems :D :D Thanks to all that helpped :thumbsup: :thumbsup: Link to comment Share on other sites More sharing options...
♥Vger Posted July 19, 2005 Share Posted July 19, 2005 includes/languages/english.php - look for 'osCommerce' and change to the name of your site. Vger Link to comment Share on other sites More sharing options...
squerley Posted July 20, 2005 Author Share Posted July 20, 2005 Hi All Just wondering if I can change the title on my site to display my sites name? Now its the osCOmmers name just wanted to put my name. Also I finely figured out my previuse problems :D :D Thanks to all that helpped :thumbsup: :thumbsup: <{POST_SNAPBACK}> Thanks Vger I dont see anything in the english.php sub, I also went into the 'includes/languages/english/index.php and dont see anything there idther? Squerley Link to comment Share on other sites More sharing options...
Guest Posted July 21, 2005 Share Posted July 21, 2005 Since you name your store in the admin section, how can I call on that entry to use in title and footer sections? I install the same store for alot of people, but I hate going into the header and footer and changing it for each store name. Instead of manually opening both files and typing in www.whatever.com, they should make it automatically in the script to where it automatically populates. Like: <?php echo store_name ?> Anyone know of a way to do this? Link to comment Share on other sites More sharing options...
TotalLifeSuccess.com Posted August 27, 2005 Share Posted August 27, 2005 Thanks Vger I dont see anything in the english.php sub, I also went into the 'includes/languages/english/index.php and dont see anything there idther? Squerley <{POST_SNAPBACK}> It's in 'includes/languages/english/index.php : // page title define('TITLE', 'Total Life Success Shopping'); God knows who or why they didn't make this a variable and make it changable from the admin panel... Since you name your store in the admin section, how can I call on that entry to use in title and footer sections? I install the same store for alot of people, but I hate going into the header and footer and changing it for each store name. Instead of manually opening both files and typing in www.whatever.com, they should make it automatically in the script to where it automatically populates. Like: <?php echo store_name ?> Anyone know of a way to do this? <{POST_SNAPBACK}> I believe you could do this by finding out what variable they're using to store your store's name in the admin panel, then simply including that variable in the includes/languages/language.php file e.g. // page title define('TITLE', '$storename'); (That is NOT the correct variable. I don't know what it would be, but you'd find it by examining the admin files.) ____________ Total Life Success - the Cutting Edge of Life Success http://TotalLifeSuccess.com Link to comment Share on other sites More sharing options...
TotalLifeSuccess.com Posted September 10, 2006 Share Posted September 10, 2006 Excuse me, my post above is incorrect. The title is found in /public_html/catalog/includes/languages File: english.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.