uShopInputQuantityPrice4_nw.class


The uShopInputQuantityPrice4 applet allows you to specify 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. This applet is identical to the uShopInputQuantityPrice1 applet, except this applet does not show the product id, name, and discription - thus saving horizontal screen real-estate.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputQuantityPrice4_nw.class" WIDTH=240 HEIGHT=35>
<PARAM NAME=id          VALUE="V00001">
<PARAM NAME=name        VALUE="Video Tape">
<PARAM NAME=description VALUE="blank">
<PARAM NAME=weight      VALUE="0">
<PARAM NAME=qty_price   VALUE="1 @ NOK5.50 ea,2 @ NOK5.00 ea,5 @ NOK3.00 ea,10 @ NOK2.50 ea">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>