
Include the following new ***** Multiple variables: ***** lines of HTML code before
the HTML tags used for the products:
<form method="post" action="/cgi-bin/shopcart.cgi?order">
replace the /cgi-bin/shopcart.cgi element with your own information if different.
ie. ../cart/cgi/shopcart.cgi?order
<form method="post" action="http://www.e-shopcart.info/cart~/cgi/shopcart.cgi?order">
<INPUT TYPE="hidden" NAME="multi" VALUE="1">
Next you will need to format your products using the following example:
<INPUT TYPE=HIDDEN NAME=item VALUE="MM0125">
<INPUT TYPE=HIDDEN NAME=dollar VALUE="50.00">
<SELECT NAME=qty>
<OPTION value="1">1
<OPTION value="2">2
<OPTION value="3">3
<OPTION value="4">4
<OPTION value="5">5
</SELECT>
<SELECT NAME=descript>
<OPTION value="Gift Basket and Fruits">Gift Basket and Fruits
<OPTION value="Gift Basket and Chocolates">Gift Basket and Chocolates
</SELECT>
<INPUT TYPE=SUBMIT NAME="submit" VALUE="Order">
</FORM>
Finally, you will need the following elements to complete the form:
<form method="post" action="/cart~/cgi/shopcart.cgi">
<INPUT TYPE="hidden" NAME="page" VALUE="e-shopcart.info/cart/demo.html">
<INPUT TYPE=submit NAME="viewcart" VALUE="View Cart">
<INPUT TYPE=submit NAME="checkout" VALUE="Checkout">
</form>
these elements must be exact - the script is case sensitive.
It is most important the "?order" only
be included in the <FORM> for an "Order" not a "View Cart" or "Checkout".
The same for the <INPUT TYPE="hidden" NAME="multi" VALUE="1"> Tag
The end result should look like this:
Try it out!!
Please visit our DEMO
and look at the source!
Metro Marketing, Inc.
2263 Belle Vista Court; Marietta, GA 30062
toll free: 1-877-619-2800
|