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.
November 4, 2009 at 7:48 am |
Your instruction are very clear. Thanks so much! Manage to create a page..