HomeAfter Sale Support Working with ZenCart How to change "Powered by Zen Cart"

How to change "Powered by Zen Cart"


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 &copy; 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');


See also:
How to change "Powered by Zen Cart" demo movie