uShopInputQuantity3_sp.class


The uShopInputQuantity3 applet is similar to the uShopInputQuantity2 applet in that it 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. The difference between this applet and the uShopInputQuantity2 applet, is that this applet only shows the quantity entry box and the ADD button - thus making it ideal when you are limited by screen real estate.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputQuantity3_sp.class" WIDTH=200 HEIGHT=35>
<PARAM NAME=id          VALUE="Q00003">
<PARAM NAME=name        VALUE="Bubble Gum">
<PARAM NAME=description VALUE="by the pack">
<PARAM NAME=weight      VALUE="0">
<PARAM NAME=quantity    VALUE="1">
<PARAM NAME=price       VALUE="Ptas 0.25">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>