Every page is composed of the following elements
osCommerce dynamically generates code. To reduce coding every page each page is composed of the above page elements.
Displaying the Main Page of your shopping cart
Click on the image detail your interested
Only the main content changes
The pages are dynamically created by osCommerce. Most of the time the only file that changes is the main content in the center of the web page. Files that modify the main content are found in /catalog the remaining support files are located in /catalog/includes
Files that support the files in /catalog/includes are located in a subdirectory below that. etc..,
Some examples for you to think about.
Files
| 1. | /catalog//includes/header.php
|
| 2. | /catalog//includes/column_left.php
|
| 4. | /catalog//includes/column_right.php
|
| 5. | /catalog//includes/footer.php
|
The left and right columns have InfoBoxes these are pulled in from the
|
| /catalog/includes/boxes_content
|
Instructions and Tips
| 1. | If you want to modify Header, Footer left or right layout or option changes look at SEC Settings first before digging into the code.
|
| 3. | The Home page is often referred to as the Main Page in the code and documentation. Particularly the center of the page that houses the Main Content.
|
|