|
Adding more pages to your osCommerce template like about us page |
E-mail |
|
Written by Cathy Hayes
|
|
Tuesday, 03 March 2009 05:43 |
|
Adding new page to your osCommerce template
- Find similar file like privacy.php
- Figure out how many files involve in displaying privacy.php contents
- Most likely, you will have one inside the includes/languages/english/privacy.php (copy and paste all the code here to your new page you wanted to create. Just make sure you change text contents you want to display)
- Go to your main installation and find privacy.php file (i.e. yoursite.com/shop/privacy.php) (copy and pase this also to your new page and put it on the same directory as your privacy.php)
- Open your filenames.php file located inside includes/filename.php and add the new page you created.
**Make sure you change the appropriate header functions like the name you made up for the new page that you put inside the filename.php**
|