| Home : Hosting : Cart32 Hosting - How It Works | |
 | Step 1 - Add products to your web site/store |  |
You have an existing web site and you want to show products
for sales and add a shopping cart. You can keep your web site where it is hosted and run the shopping cart portion
of your web site here on Cart32.com. The Cart32 software will run on our secure server and it will generate
the check out pages when a customer adds an item to the cart. The cart check out pages will walk the customer
through the check out process, show the items ordered, ask for billing, shipping, and payment information, and
perform all necessary calculations (subtotal, tax, shipping, total, discounts, and more).
Option 1: Add products to your existing web site
You can have your web site show your products for sale and use the Cart32 form wizard to create the necessary "add to cart" HTML code.
You can then copy the HTML code from the Cart32 form wizard and paste it into your web site editor. You do not need to be an HTML expert to do this.
Skills required: Copy and Paste HTML.
Example:
Your web site page with Cart32 form code
View Source Code:
(Picture of item)
<form method=post action="http://www.cart32.com/demostore/cgi-bin/cart32.exe/demostore-AddItem">
<input type=hidden name="Item" value="Really Cool T-Shirt">
<input type=hidden name="PartNo" value="Shirt25">
<input type=hidden name="Price" value="12">
<input type=hidden name="Image" Value="/images/demostore/tb_tshirt.gif">
Really Cool T-Shirt <br>
Price: $12.00 <br>
Qty: <input type=text size=3 name="Qty" value="1"><br>
Size: <select name="p1">
<option value="S">S
<option value="M">M
<option value="L">L
<option SELECTED value="XL">XL
<option value="XXL">XXL
</select>
<input type=hidden name="t1" value="d-Size;S;M;L;XL;XXL"><br>
Color: <select name="p2">
<option value="Red">Red
<option value="Black">Black
<option value="Gray">Gray
</select>
<input type=hidden name="t2" value="d-Color;Red;Black;Gray"><br>
<input type=submit value="Add To Shopping Cart">
</form>
|
|
|
|  | |  |
|