lizzers Posted July 26, 2006 Posted July 26, 2006 Hi, I ordered a template, had it installed, and now I can't figure out where I go to change the title of the store. The template I bought is for a flower store and it currently says Flower Online Store, but I am selling something different. Does anyone know what I am talking about and where I go in to change this? Thanks!
usernamenone Posted July 27, 2006 Posted July 27, 2006 Hi,I ordered a template, had it installed, and now I can't figure out where I go to change the title of the store. The template I bought is for a flower store and it currently says Flower Online Store, but I am selling something different. Does anyone know what I am talking about and where I go in to change this? Thanks! catalog/index.php around line 33
jasonabc Posted July 27, 2006 Posted July 27, 2006 catalog/index.php around line 33 Actually it's in /catalog/includes/languages/english.php. Line 48: define('TITLE', STORE_NAME); change to: define('TITLE', '[Your Store name here]'); not the single quotes need to be there. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
usernamenone Posted July 27, 2006 Posted July 27, 2006 Actually it's in /catalog/includes/languages/english.php. Line 48: define('TITLE', STORE_NAME); change to: define('TITLE', '[Your Store name here]'); not the single quotes need to be there. It can be changed either place and works the same changing it in catalog/index.php around line 33 <title><?php echo TITLE; ?></title> <title>your title goes here</title> or /catalog/includes/languages/english.php. Line 48: I changed my title in catalog/index line 33 when I added my meta tags and functions the same as changing in the file you mentioned.
lizzers Posted July 27, 2006 Author Posted July 27, 2006 Actually it's in /catalog/includes/languages/english.php. Line 48: define('TITLE', STORE_NAME); change to: define('TITLE', '[Your Store name here]'); not the single quotes need to be there. Uh oh. I tried to change it by doing what you said and I have severely screwed things up. Now my site is down and I get this error: Parse error: syntax error, unexpected T_STRING in /home/pacif22/public_html/store/includes/languages/english.php on line 79 I tried undoing what I had done, but now I can't get it back to normal!
Stevenmack65 Posted August 5, 2006 Posted August 5, 2006 Uh oh. I tried to change it by doing what you said and I have severely screwed things up. Now my site is down and I get this error: Parse error: syntax error, unexpected T_STRING in /home/pacif22/public_html/store/includes/languages/english.php on line 79 I tried undoing what I had done, but now I can't get it back to normal! Make sure the quote marks are all in place. define('TITLE', '[Your Store name here]'); I must stay in that format, only change the [Your Store name here] bit and leave the ' at either end as it is. Add me to your msn and i`ll help you out abit. [email protected]
Mieke Posted August 10, 2006 Posted August 10, 2006 Make sure the quote marks are all in place.define('TITLE', '[Your Store name here]'); I must stay in that format, only change the [Your Store name here] bit and leave the ' at either end as it is. Add me to your msn and i`ll help you out abit. [email protected] Hi, I am having this same problem. Did you ever get it fixed? Please feel free to Email me with any ideas on how to fix this! [email protected]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.