
|
The first step is to make an "Add to Cart" link, so
that your customer may select a product they want to purchase,
and place it into the SecureShop cart.
Place this link on any of your web pages that are hosted
at PZ Internet.
If you wanted to put a Diamond Ring with a product code
of RNG5 at a cost of $249.95 with a text link,
you would add this:
This would produce this effect:
A small thumbnail picture of the Diamond Ring, could be put near the
Add to Cart link for a better presentation. In order for the item
to get added, the customer would have to click on the link and
not the picture.
How it works
Using SSI (Server Side Includes) the above HTML tags will be replaced
automatically whenever someone views the page. The link replaced
will turn out something like this:
(For example only -- do not copy this below)
This way it becomes difficult for someone to download your HTML page, modify the
pricing, and try and resubmit the modified HTML page.
|