Hi all,
I would like to change the text "Zen Cart, The Art of E-commerce" in my browser title bar to something else. May I know where and how to change it?
Thanks.
Hi all,
I would like to change the text "Zen Cart, The Art of E-commerce" in my browser title bar to something else. May I know where and how to change it?
Thanks.
Change it in the file -
includes/languages/english/meta_tags.php -
Code:... // page title define('TITLE', 'Zen Cart!'); // Site Tagline define('SITE_TAGLINE', 'The Art of E-commerce'); ...
That is the correct file. However, the recommended process is to copy the meta_tags.php file into your custom template folder and then edit that one.
Suggest you review http://www.zen-cart.com/forum/showthread.php?t=36567.
Good luck on your site.