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


 &ltAPPLET CODE = "uShopInputQuantity3.class" WIDTH=200 HEIGHT=35>
 &ltPARAM NAME=id          VALUE="Q00003">
 &ltPARAM NAME=name        VALUE="Bubble Gum">
 &ltPARAM NAME=description VALUE="by the pack">
 &ltPARAM NAME=weight      VALUE="0">
 &ltPARAM NAME=quantity    VALUE="1">
 &ltPARAM NAME=price       VALUE="$ 0.25">
 &ltPARAM NAME=background  VALUE="153,204,255">
 </APPLET>