Your Logo Here
partnum-1 Product Description String
This product is made of the finest ingredients, and crafted with a fine attention to detail. You can rest assured that it will give you many years of service with no problems. We offer it in three sizes to match your needs. Just select the size you wish to order and click the "Add to Cart" button to place the item in your shopping cart. Small and medium Shipping=$2.00. Large Shipping=$4.00


Demo Note: The above item shows how to charge a bit more shipping for a large item. Notice in the source how the "value" filed for the large option has a second price in it. If the cart sees two prices, and "per item" shipping is active in your config, it charges that price instead of the $2.00 listed in the "item" variable.

qty:
This product is made of the finest ingredients, and crafted with a fine attention to detail. You can rest assured that it will give you many years of service with no problems. We offer it in three sizes to match your needs. Just select the size you wish to order and click the "Add to Cart" button to place the item in your shopping cart.

Demo Note:This example illustrates a way to allow the customer to place more than one thing in their cart using a select pop-up. In the quantity field of the hidden var, we put the name of the select. (op2 in this example).