Do you need to add more pages to Zen-cart to customise for your own use?
E-Z pages are useful but take up space in your database so instead I prefer to simply add new pages that would have the url as page_4, page_5 etc. Using this method it is also easy to create titles and descriptions for them.

I am using page_6 as an example but you can use any name you wish, this may be wiser to do so for SEO purposes.

It is easy using the Define Pages Generator mod for Zen Cart.
Unlike most mods this is not a php script that you upload to the server. Instead it is a simple programme that creates all the pages you need which you then upload. If you supply your template name it even creates the correct directory structure to drag and drop the files in to an ftp client.

At the moment I wish to create an additional links page that will be page_6. All it takes is 3 simple steps:

  1. Create a temporary directory to store the new the files in (I just use c:/temp on my computer).
  2. Run the define pages programme and tell it to create page_6, give a template name and put the files in c:/temp.
  3. Look in C:/temp you will see an includes folder. Simply upload these to your host’s includes folder.
Using Define Pages Generator for Zen Cart

Using Define Pages Generator for Zen Cart

Your zen-cart will now have an additional page for you to customize. Now all you need do is give it a title and description.

Simply edit the file on your server:
/includes/languages/english/YOUR TEMPLATE/page_6.php and fill in whatever text you wish for both the navbar (which appearsĀ  on the top bar of your web browser and the navigation crumb on Zen Cart) and the header (the title of the new page).

The actual page content is found at /includes/languages/english/html_includes/YOUR TEMPLATE/define_page_6.php where you can either edit the page directly using html and upload a new file or make the define_page_6.php file writeable and use the zencart editor from admin.tools.define pages editor.

Don’t forget to link to it so people and search engines will know the new page exists. Easy :)

Tags: , , , ,

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>