Change name of More Information sidebox Heading in Zen Cart


The More Information sidebox and example define pages (Page 2, Page 3 and Page 4) can be modified to suit a whole range of uses.  As part of modifying the pages and links, you may wish to change the sidebox heading too.

Zen Cart More Information sidebox

  1. Open the english.php file located in the /includes/languages/ directory.
  2. Find this section of code:
    // information box text in sideboxes/more_information.php - were TUTORIAL_
    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');
  3. and modify the define statement for BOX_HEADING_MORE_INFORMATION as needed:
    // information box text in sideboxes/more_information.php - were TUTORIAL_
    define('BOX_HEADING_MORE_INFORMATION', 'Technical Information');
    define('BOX_INFORMATION_PAGE_2', 'Page 2');
    define('BOX_INFORMATION_PAGE_3', 'Page 3');
    define('BOX_INFORMATION_PAGE_4', 'Page 4');
  4. ** Be sure to keep the single quote marks in your new define statement.

  5. Save the modified english.php file to your override folder.  This will be /includes/languages/CUSTOM/ where CUSTOM represents the name of your current template folder.

Rename More Information sidebox Heading

,

More Zen Cart:

  1. Change name of Page 2 Link in More Information Sidebox
  2. Change name of Categories sidebox Heading in Zen Cart
  3. Change name of Bestsellers sidebox Heading in Zen Cart
  4. Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox
  5. Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox
  1. No comments yet.
(will not be published)