Change name of Categories sidebox Heading in Zen Cart


In customising your Zen Cart online store, there may be a case for changing the Categories sidebox heading.  For example, you may feel that a heading of Browse Catalog … or Our Range would suit your store’s look and feel better than the heading Categories.

Zen Cart Categories Sidebox

  1. Open the english.php file located in the /includes/languages/ directory.
  2. Find this section of code:
    // categories box text in sideboxes/categories.php
    define('BOX_HEADING_CATEGORIES', 'Categories');
  3. and modify the define statement as needed:
    // categories box text in sideboxes/categories.php
    define('BOX_HEADING_CATEGORIES', 'Browse catalog …');

    ** Be sure to keep the single quote marks in your new define statement.

  4. 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.

Change Categories Sidebox Heading

,

More Zen Cart:

  1. Change name of More Information sidebox Heading in Zen Cart
  2. Change name of Bestsellers sidebox Heading in Zen Cart
  3. Change name of Page 2 Link in More Information Sidebox
  4. Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox
  5. Change title bar in browser from "Zen Cart!, The Art of E-commerce"
  1. No comments yet.
(will not be published)