uShopInputPriceOption3.class


The uShopInputPriceOption3 applet allows you to specify one list of options/prices from which the customer can choose when buying the product. Each option is associated with a price so that the price can change based on which option is selected. This applet is identical to the uShopInputPriceOption1 applet except this applet also has a quantity entry box but does not display the product ID or product name.

Parameters
Note: Optional parameters are in italics


Example


 &ltAPPLET CODE = "uShopInputPriceOption3.class" WIDTH=350 HEIGHT=35>
 &ltPARAM NAME=id         VALUE="M00001">
 &ltPARAM NAME=name       VALUE="U2">
 &ltPARAM NAME=option1    VALUE="CD=$15.50,CS=$9.50,LP=$9.50,EP=$11.50">
 &ltPARAM NAME=weight     VALUE="1">
 &ltPARAM NAME=fontsize   VALUE="12">
 &ltPARAM NAME=background VALUE="153,204,255">
 </APPLET>