uShopInputQuantity2_du.class


The uShopInputQuantity2 applet provides an entry box for the customer so that the customer can specify the quantity of the product for which he/she wants to buy. This is ideal when the customer would normally buy more than one of the product - instead of hitting the ADD button multiple times, the customer can enter the quantity and then press the ADD button just once.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputQuantity2_du.class" WIDTH=500 HEIGHT=35>
<PARAM NAME=id          VALUE="Q00002">
<PARAM NAME=showid      VALUE="YES">
<PARAM NAME=name        VALUE="Cigars">
<PARAM NAME=description VALUE="from Cuba">
<PARAM NAME=weight      VALUE="1">
<PARAM NAME=quantity    VALUE="1">
<PARAM NAME=price       VALUE="NLG 5.00">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>