I'm a new zen-cart user and don't have very much knowledge of website development
When you type in my url www.caydipop.com The browser tab reads 'Zen Cart.....' I want it to read Caydi Pop. Where do I edit these settings?
Thanks
I'm a new zen-cart user and don't have very much knowledge of website development
When you type in my url www.caydipop.com The browser tab reads 'Zen Cart.....' I want it to read Caydi Pop. Where do I edit these settings?
Thanks
Hi Linda,
Welcome to Zen cart...
You need to change the following:
Locate this file:
includes/languages/english.php
Open this file with text editor, such as htmlkit. Find and change the following defines to what you need them to be for your site.
define('TITLE', 'Zencart!');
define('SITE_TAGLINE', 'The Art of E-Commerce');
Make sure you use the overrides system so that these get changed for the template you are using.
Hope this helps.
Christopher