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


<APPLET CODE = "uShopInputPriceOption3_fn.class" WIDTH=420 HEIGHT=35>
<PARAM NAME=id         VALUE="M00001">
<PARAM NAME=name       VALUE="U2">
<PARAM NAME=option1    VALUE="CD=FIM15.50,CS=FIM9.50,LP=FIM9.50,EP=FIM11.50">
<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>