Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to create a new information page


electra

Recommended Posts

First off I appreciate you for reading my post. I need to know how to add a nother page to my oscommece store, I know how to add just another page but i need to know what all i have to do to add another information page, that will still be on my layout for example, like a faq.php page, or another shipping.php page, because when i go to admin and create new page it will only be a page with content on it, it will not show my layout also, i need to know which files ill have to modify etc, to make a additional information page like, a wholesale information page, and a FAQ page..pls let me know thanks

Link to comment
Share on other sites

First off I appreciate you for reading my post. I need to know how to add a nother page to my oscommece store, I know how to add just another page but i need to know what all i have to do to add another information page, that will still be on my layout for example, like a faq.php page, or another shipping.php page, because when i go to admin and create new page it will only be a page with content on it, it will not show my layout also, i need to know which files ill have to modify etc, to make a additional information page like, a wholesale information page, and a FAQ page..pls let me know thanks

 

once you've created your page ( I normally copy and rename an existing one) it needs to be added to filenames.php

 

you'll need to add a line like

 

define('FILENAME_NEWNAME', 'newname.php');

 

if it still fails get back to me and I'll see if anything else needs to be added and where .. I can't rightly remember just now

 

John K

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...