uShopOrderDeluxeCGI.class


The uShopOrderDeluxeCGI applet is an order form which collects the customer's personal and payment information and then securely sends the information to your secure server. To use this applet, you must have configured the ushop_cgiscript.pl in your cgi directory on your secure server. NEW This applet has a section that allows the customer to specify a different shipping address. Also, like the uShopOrderCustomCGI applet, this applet allows you to customize the labels on a few of the fields. See also ushop_cgiscript.pl. In addition, this applet also allows you to setup shipping, tax, and payment options as described below.

Parameters
Note: Optional parameters are in italics


Example

In this order form example the first two fields have been configured to ask for the customer's Name and Customer ID. In addition, the order form has been setup:



 &ltAPPLET CODE = "uShopOrderDeluxeCGI.class" WIDTH=450 HEIGHT=790>
 &ltPARAM NAME=scriptpath         VALUE="http://www.uburst.com/cgi-bin/ushop_cgiscript1p3.pl">
 &ltPARAM NAME=payment            VALUE="Visa,Master Card,Discover,American Express">
 &ltPARAM NAME=taxrate            VALUE="0.00">
 &ltPARAM NAME=taxtable           VALUE="FL=0.06,FLORIDA=0.06">
 &ltPARAM NAME=shipping           VALUE="UPS,BY_SUBTOTAL,20=$5.00,35=$7.00,50=$10.00,$15.00;
                                      FED EX,BY_WEIGHT,10=$5.00,20=$10.00,$25.00;
                                      Over Night,FLAT_RATE,$50.00">
 &ltPARAM NAME=handling           VALUE="$5.00">
 &ltPARAM NAME=handlingtable      VALUE="US=$0.00,USA=$0.00,U.S.=$0.00,U.S.A.=$0.00,United States=$0.00">
 &ltPARAM NAME=message            VALUE="Thank you for shopping with us.">
 &ltPARAM NAME=return_url         VALUE="http://www.uburst.com">
 &ltPARAM NAME=clearcart          VALUE="NO">
 &ltPARAM NAME=label1             VALUE="*Name: ">
 &ltPARAM NAME=label2             VALUE="*Customer ID: ">
 &ltPARAM NAME=validate           VALUE="NO">
 &ltPARAM NAME=background         VALUE="lightGray">
 </APPLET>