The example pages in the More Information sidebox are Define Pages. This means that you can add/delete/modify the contents of the page through the Define Pages Editor in Zen Cart Admin.
As an example here, we will modify Page 3. The Page Heading is shown circled in Red.

- Open the page_3.php file located in the /includes/languages/english/ directory.
- Find this section of code:
define('HEADING_TITLE', 'Page 3'); - and modify the define statement as needed:
define('HEADING_TITLE', 'Technical Specifications');** Be sure to keep the single quote marks in your new define statement.
- Save the modified page_3.php file to your override folder. This will be /includes/languages/english/CUSTOM/ where CUSTOM represents the name of your current template folder.

|
|||||||




