Internet Services Commerce Solutions Hosting Features Business Hostings Personal Hostings Company Info
Business Accounts
Domain Name
Terms & Conditions
Privacy Policy

"Shopping Cart Script" Instructions
Place the following lines of html code in the html page for each product you would like to sell in your online store, then read below to tailor the script to your needs. For server-side setup information please contact administrator@ez2.net.

<form action="/cgi-bin/yourfolder/cartaction.asp" method="post">
<input type="hidden" name="action" value="add">
<input type="hidden" name="name" value="Name of your product">
<input type="hidden" name="price" value="2.25">
<input type="hidden" name="comments" value="Large">
<input type="hidden" name="weight" value="4">
Qty:<input type="text" size="2" maxlength="4" name="Quantity" value="1">

<input type="submit" value="Add Item">
</form>

Variables

action This is a required variable that must not be edited. (required)
name This will be shown to the customer as the name of the product in the user's shopping cart. (required)
price This is the price of the product that will be totaled in the shopping cart. (required)
comments This will show up in the shopping cart under comments, this value may be useful in being able to provide options on a product such as size. A <select> tag may also be used for the user to be able to select different values. (not required)
weight If entered, the weight of all products in the shopping cart will be totaled and a link will be provided to get an estimated shipping cost from UPS. (not required)
quantity This is a textbox for the user to be able to choose the quantity of the item they are adding to the shopping cart. The default value has been set to 1. (required)
submit The submit button's value can be changed to suit your needs. (required)

© EZ2 Network, Inc.
(888) 817-8323, fax (805) 378-6238
484 E. Los Angeles Ave #204, Moorpark CA, 93021