How do I change the title tag from "site name : product name" to "product name : site name"?
Posted by Michael G.K on 30 August 2008 04:49 AM
You will need the developer version of the cart to make this change. If you don't have this version, please contact customer service.

locate the file: public_catalog.php (content/public/public_catalog.php)

Make a back-up of this file and find:

$meta_title = $meta_title.": ".($category["name"]);

Change to

$meta_title = $category["name"]." : ".$meta_title;

Save changes and / upload file.
(155 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).