Tuesday, March 8, 2011

How to rename Zen Cart sidebar more information column links

After installing templates and enable the more information column links, usually the links are name as page 2, page 3, and page 4, etc. In order to change the link to appropriate name that you want, follow the simple steps below.

Browse the folder where the zen cart is installed and search for the following folder.
\public_html\includes\languages\english.php

Edit the english.php file using Notepad++ and look find the following command line:

define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');

Rename the pages indicated in red accordingly. That will change the "More Information" sidebar links of your template. Example below the links have been rename to Payment Info, Network Partner, and Contact Us.

No comments:

Post a Comment