How to create a new page in the zencart?

February 5, 2009

For creating a page in zencart we use this instructions:

1. From admin side goto ezpages and create new page with link .

2. create a page  named this

\includes\templates\template_default\templates\tpl_mypage_default.php

in this page copy the content from other page in same directory.

3.  write define(‘FILENAME_DEFINE_MYPAGE’, ‘define_mypage’); in the
\includes\filenames.php

4. create a page in this directory

\includes\languages\english\mypage.php

5. create a page in this directory
\includes\languages\english\html_includes\define_mypage.php

6. create a folder and page in this directory

\includes\modules\pages\mypage\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_mypage and here you can insert description for that page.