Wednesday, December 25, 2013

How to edit footer copyright in ZenCart

In this tutorial you will learn the way to edit text on footer.


1) Open your website folder and locate folder “includes”, then open folder “languages” located in folder “includes”. You will be able to open “english.php” file in there.


2) You will see lot of scripting but the only line you need is located at top and looks as it follows:



define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

 



3) Now you can replace any text inside (‘ ‘) and use any HTML markup.


4) After you finish editing save file and check your website – your changes should be displayed on your footer.


Feel free to check the detailed video tutorial below:



How to edit footer copyright in ZenCart

No comments:

Post a Comment