uShopInputOptionQuantity3.class


The uShopInputOptionQuantity3 applet allows you to specify three lists of options from which the customer can choose when buying the product. It also provides a quantity input field to allow the customer to buy more than one item at a time. This is ideal for providing a list of colors, sizes, etc... for which the product is available.

Parameters
Note: Optional parameters are in italics


Example


 &ltAPPLET CODE = "uShopInputOptionQuantity3.class" WIDTH=480 HEIGHT=35>
 &ltPARAM NAME=id         VALUE="N00003">
 &ltPARAM NAME=showid     VALUE="NO">
 &ltPARAM NAME=name       VALUE="Jeans">
 &ltPARAM NAME=option1    VALUE="blue,black,instant-old,white">
 &ltPARAM NAME=option2    VALUE="W30,W32,W34,W36,W38,W40">
 &ltPARAM NAME=option3    VALUE="I30,I32,I34,I36,I38">
 &ltPARAM NAME=quantity   VALUE="1">
 &ltPARAM NAME=weight     VALUE="2">
 &ltPARAM NAME=price      VALUE="$ 32.00">
 &ltPARAM NAME=background VALUE="153,204,255">
 </APPLET>