uShopInputOption2_se.class


The uShopInputOption2 applet allows you to specify two lists of options from which the customer can choose when buying the product. This is ideal for providing a list of colors, sizes, etc... for which the product is available.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputOption2_se.class" WIDTH=450 HEIGHT=35>
<PARAM NAME=id         VALUE="P00002">
<PARAM NAME=showid     VALUE="YES">
<PARAM NAME=name       VALUE="Polo Shirt">
<PARAM NAME=option1    VALUE="navy,hunter,grey">
<PARAM NAME=option2    VALUE="S,M,L,XL">
<PARAM NAME=weight     VALUE="1">
<PARAM NAME=price      VALUE="SEK 26.00">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>