uShopInputPriceOption2_fn.class


The uShopInputPriceOption2 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 applet also has a quantity entry box.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputPriceOption2_fn.class" WIDTH=510 HEIGHT=35>
<PARAM NAME=id         VALUE="PR0001">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="Necklace">
<PARAM NAME=option1    VALUE="silver=FIM60.00,gold=FIM90.00">
<PARAM NAME=weight     VALUE="1">
<PARAM NAME=fontsize   VALUE="12">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>