In customising your Zen Cart online store, there may be a case for changing the Bestsellers sidebox heading. For example, you may feel that a heading of Our Most Popular Kits … or Top Selling Fashions would suit your store’s look and feel better than the heading Bestsellers.

- Open the english.php file located in the /includes/languages/ directory.
- Find this section of code:
define('BOX_HEADING_BESTSELLERS', 'Bestsellers'); - and modify the define statement as needed:
define('BOX_HEADING_BESTSELLERS', 'Our Most Popular Kits');** Be sure to keep the single quote marks in your new define statement.
- 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.

|
|||||||



