Click here for DEMO
Simply copy and paste the following HTML code after you replaced the red text with your own value. Required Values <form action="http://www.indosentris.net/store/supermall.cgi" method="post"> <input type=hidden name="item" value="Acme Rocket Launcher"> <input type=hidden name="cost" value="
599.95"> <input type=hidden name="url" value="http://www.indosentris.net/store/index.html"> <input size="2" NAME="qty" value="1"> <input type=hidden name="merchant" value="sales@indosentris.net">
<input type=hidden name="store" value="IndoSentris.Net Demo Store"> <INPUT TYPE="SUBMIT" VALUE="Add to Cart" ALIGN=middle> </form> item = the name of the product cost = cost for each unit item url = the url of the webpage this product is ordered FROM merchant = this is your own e-mail address where you will receive your order
store = this is the name of your online store or company Optional Values More optional values can be seen at our DEMO page. <select NAME="Type"> <option selected value="Motion Guided">Motion Guided</option> <option value="Laser Guided">Laser Guided</option> <option value="Heat Seeking">Heat Seeking</option> </select><input type="radio" name="color" VALUE=" Red" checked> Red <input type="radio" name="color" VALUE="Blue"> Blue <input type="radio" name="color" VALUE="Black"> Black NOTE: This optional values have to be put before the following value: <INPUT TYPE="SUBMIT" VALUE="Add to Cart" ALIGN=middle> |