uShopInputQuantityPrice3_fr.class


The uShopInputQuantityPrice3 applet allows you to specify two option lists and a list of quantities and prices from which the customer can choose when buying the product. This ideal for products that have different prices based on how may are bought.

Parameters
Note: Optional parameters are in italics


Example


<APPLET CODE = "uShopInputQuantityPrice3_fr.class" WIDTH=500 HEIGHT=35>
<PARAM NAME=id          VALUE="N00006">
<PARAM NAME=showid      VALUE="YES">
<PARAM NAME=name        VALUE="Polo Shirt">
<PARAM NAME=option1     VALUE="navy,hunter,stone,heather">
<PARAM NAME=option2     VALUE="S,M,L,XL,XXL">
<PARAM NAME=weight      VALUE="0">
<PARAM NAME=qty_price   VALUE="1 @ Fr26.00,2 @ Fr24.00,3 @ Fr20.00">
<PARAM NAME=textcolor   VALUE="black">
<PARAM NAME=background  VALUE="153,204,255">
<PARAM NAME=popupwindow VALUE="NO">
</APPLET>