If you want to change the text at the bottom of the page “Copyright © 2003 Zen Cart. Powered by Zen Cart” you should edit the following file:
\includes\languages –> english.php
Here you can see a text you should modify.
define(‘FOOTER_TEXT_BODY’, ‘Copyright © 2003 <a href=”http://www.zen-cart.com” target=”_blank”>Zen Cart</a>. Powered by <a href=”http://www.zen-cart.com” target=”_blank”>Zen Cart</a>’);
Also:
If you want to change a title bar text, you should edit the following file:
\includes\languages\english –> meta_tags.php
Here you can see 2 variables for this text.
// page title
define(‘TITLE’, ‘Zen Cart!’);// Site Tagline
define(‘SITE_TAGLINE’, ‘The Art of E-commerce’);
define(‘TITLE’, ‘Zen Cart!’);// Site Tagline
define(‘SITE_TAGLINE’, ‘The Art of E-commerce’);
How to change “Powered by Zen Cart” in ZenCart
No comments:
Post a Comment