Banner
Creating New Zen Cart Pages
Comments Posted by Duncan on March 17, 2009 – 12:48 am

I searched for some time to find out how to add additional pages to a Zen Cart store. Finally, I discovered a utility posted from a contributor named Brian Tyler called Define Pages Generator. This video will show you how to use this small .NET application to create the necessary files to define your own additional pages in Zen Cart.

Posted in  

2 Responses »

  1. Could you please tell me where I access the text in the boxes at the top of each page?

  2. Could you please tell me where I access the text in the boxes at the top of each page?

    Cathy, you can find that text in the following file (for your “Photos” page):
    /includes/language/english/TEMPLATENAME/photos.php

    Look for the line that says:
    define(’HEADING_TITLE’, ‘Photos’);

    If you are looking for the layout of the page - say you want to remove the title or you want to change its format - then check out the following file:
    includes/templates/TEMPLATENAME/templates/tpl_photos_default.php

Leave a Reply