|
||||||
|
|
"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
|
||||||||||||||||||
| © EZ2 Network, Inc. (888) 817-8323, fax (805) 378-6238 484 E. Los Angeles Ave #204, Moorpark CA, 93021 |