uShopInputOptionQuantity2_it.class


The uShopInputOptionQuantity2 applet allows you to specify two 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


<APPLET CODE = "uShopInputOptionQuantity2_it.class" WIDTH=510 HEIGHT=35>
<PARAM NAME=id         VALUE="N00002">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="T-Shirt">
<PARAM NAME=option1    VALUE="white,navy,hunter,grey,black">
<PARAM NAME=option2    VALUE="S,M,L,XL,XXL,XXXL">
<PARAM NAME=quantity   VALUE="1">
<PARAM NAME=weight     VALUE="1">
<PARAM NAME=price      VALUE="ITL 16.00">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>