uShopInputQuantityPrice4.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


 &ltAPPLET CODE = "uShopInputQuantityPrice4.class" WIDTH=200 HEIGHT=35>
 &ltPARAM NAME=id          VALUE="V00001">
 &ltPARAM NAME=name        VALUE="Video Tape">
 &ltPARAM NAME=description VALUE="blank">
 &ltPARAM NAME=weight      VALUE="0">
 &ltPARAM NAME=qty_price   VALUE="1 @ $5.50,2 @ $5.00,5 @ $3.00,10 @ $2.50">
 &ltPARAM NAME=background  VALUE="153,204,255">
 </APPLET>