How to create a new page in the zencart?
November 30th, 2010
For 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. create a page in this directory \includes\languages\english\yourpage.php
5. create a page in this directory \includes\languages\english\html_includes\define_yourpage.php
6. create a folder and page in this directory \includes\modules\pages\yourpage\header.php
Please copy the content from particular page in same directory.
7. go to define editor section from Tools menu in admin side. then select that page define_yourpage and here you can insert description for that page.
![]() |
Buzz this! |





