uShopInputPriceOption1.class


The uShopInputPriceOption1 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.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputPriceOption1.class" WIDTH=450 HEIGHT=35>
<PARAM NAME=id         VALUE="PR0001">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="14k Gold Chain">
<PARAM NAME=option1    VALUE="16 inches=$79.99,18 inches=$109.99,20 inches=$149.99">
<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>