Categories

How to add a custom text page with the link in footer

Simon Kilgour November 15, 2010
No votes yet.
Please wait...

This tutorial shows how to add new custom content page in osCommerce 2.2.

1. To save some time we won’t create new page from scratch. Let’s take a Shipping page as a base for our new page. Open osCommerce installation directory and locate shipping.php file.

2. Copy the file and rename it. Let it be feed.php

3. Open includes/languages/your_language directory. Locate shipping.php file, copy it and rename to feed.php

4. One feed.php file and change it’s content.

5. Open includes folder and open filenames.php file. Add new line and define new filename as follows:

define('FILENAME_FEED', 'feed.php');

6. In the includes/languages/your_language/feed.php file replace FILENAME_SHIPPING with FILENAME_FEED

 

For more detials please check the video tutorial below

 

This entry was posted in E-commerce Templates, OsCommerce, OsCommerce Tutorials and tagged osCommerce. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket