uShopInputOptionQuantity1_sp.class


The uShopInputOptionQuantity1 applet allows you to specify one list 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


<APPLET CODE = "uShopInputOptionQuantity1_sp.class" WIDTH=470 HEIGHT=35>
<PARAM NAME=id         VALUE="N00001">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="Towel">
<PARAM NAME=option1    VALUE="white,brown,blue,green,peach">
<PARAM NAME=quantity   VALUE="1">
<PARAM NAME=weight     VALUE="1">
<PARAM NAME=price      VALUE="Ptas 15.00">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>