PZ Internet
PZ SecureShop: Add to Cart

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:
Diamond Ring: $249.95
<!--#set var="shopvars"
value="mode=add;pcost=249.95;pcode=RNG5;pname=Diamond Ring" -->
<!--#set var="shopname" value="yourdomain.com" -->
<!--#exec cgi="/pzcgi-bin/secureshop.cgi"-->

This would produce this effect:
Diamond Ring: $249.95 Add to Cart

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)
<A HREF="https://secure.pzinternet.com/secureshop.cgi?z=zyz0zazOz9q9 zRzOzkzazKzyzKzaz0qgzkz0z">Add to Cart</A>

This way it becomes difficult for someone to download your HTML page, modify the pricing, and try and resubmit the modified HTML page.