uShopInputQuantityPrice2_nw.class


The uShopInputQuantityPrice2 applet allows you to specify one option list and a list of quantities and prices from which the customer can choose when buying the product. This ideal for products that have different prices based on how may are bought.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputQuantityPrice2_nw.class" WIDTH=500 HEIGHT=35>
<PARAM NAME=id          VALUE="N00005">
<PARAM NAME=showid      VALUE="YES">
<PARAM NAME=name        VALUE="Ink Pen">
<PARAM NAME=option1     VALUE="black,blue,red,green">
<PARAM NAME=weight      VALUE="0">
<PARAM NAME=qty_price   VALUE="1 @ NOK2.00,2 @ NOK1.75,3 @ NOK1.50,4 @ NOK1.25,5 @ NOK1.00,10 @ NOK0.75">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>