My Cart
|
Your cart is empty! What's the point of having a shopping cart but empty? Fill it with something!
|
|
| |
|
|
|
|
|
 |
How to Add a Custom Page
It's easy to create a custom page like this one. Create a regular web page,
except add the extension *.TPL instead of the regular *.HTM. Put that file in
your /skins/your_skin/ directory. Add a link on your main page in this form:
index.php?page=filename
For example, if your custom page is called custom.tpl, edit index.php to add
the following HTML code:
<a href="index.php?page=custom
- The file extension of your custom page must be .tpl
- Put your custom page in /skins/your_skin/filename.tpl
|