How to create a new page in the zencart?
Tuesday, November 30th, 2010For creating a page in zencart follow the instructions below: 1. From admin side goto ezpages and create new page with internal link . for example: index.php?main_page=yourpage 2. create a page named this \includes\templates\template_default\templates\tpl_yourpage_default.php in this page copy the content from other page in same directory. 3. write define(‘FILENAME_DEFINE_YOURPAGE’, ‘define_yourpage’); in the \includes\filenames.php 4. ...

