Change That Title
Zen Cart's default display identifies the browser title as Zen Cart! The Art of E-Commerce. We need to change this to something more suitable for your site and mine. How?
Fire up your FTP client such as FileZilla, and download this file:
/includes/languages/english/meta_tags.php
Make a backup copy of the file.
Open the file in a text editor. Find the sections:
define('TITLE', 'Zen Cart!');
becomes
define('TITLE', 'Your Web Site Here');
Then
define('SITE_TAGLINE', 'The Art of E-commerce');
becomes
define('SITE_TAGLINE', 'Your Tagline Here');
Change the displayed text. Be careful not to delete the single quotes at the start and end ( ' ). They are important.
Upload by FTP the modified file and overwrite the existing.
Your done!
Comments :
0 comments to “Zen Cart - The Art of E-commerce”
Post a Comment