osCommerce Add New Page to Info Box Intro
This is an introductory osCommerce website tutorial of adding a new page to an information boxl. This tutorial shows the files required to accomplish the result.
osCommerce add new page to info box introductory tutorial :
Five files are required to add a new about us page to the Information Box of oscommerce website.
In this tutorial, you will use the original shipping.php files as the base template.
NOTE:
Actually you can use other original files as the base template.
Assume that your osCommerce website is installed in the home directory (for example, public_html) of your domain. Then the five files that required are:
public_html/shipping.php
public_html/includes/filenames.php
public_html/includes/languages/english.php
public_html/includes/languages/english/shipping.php
public_html/includes/boxes/information.php
Let's prepare and configure the five files one by one from next oscommerce tutorial. Please read on ...