Overview
You may want to add additional pages to your Zen Cart™ store. Here are the basics steps you should follow. We will assume your new page is named myNewPage.
Components of the new page
In order for the Zen Cart™ system to pick up the new page, you will need to include four components:
A new directory, includes/modules/pages/myNewPage/, containing a file called header_php.php
A new file in the directory includes/templates/template_default/templates called tpl_myNewPage_default.php
A new file, includes/extra_datafiles/myNewPage.php, defining your new page's filename for the Zen Cart™ system
A new language file, includes/languages/english/myNewPage.php
.....