uShopOrderBasicCGI.class


The uShopOrderBasicCGI applet is an order form which collects the customer's personal and payment information and then securely sends the information to your secure server. It is identical to the uShopOrderCGI applet, except this applet does not have any text boxes for entering credit card information. It is ideal for stores that do not accept credit card payments. To use this applet, you must have configured the ushop_cgiscript.pl in your cgi directory on your secure server. 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

This order form example has been setup:



 &ltAPPLET CODE = "uShopOrderBasicCGI.class" WIDTH=450 HEIGHT=600>
 &ltPARAM NAME=scriptpath         VALUE="http://www.uburst.com/cgi-bin/ushop_cgiscript1p3.pl">
 &ltPARAM NAME=payment            VALUE="Check,Money Order,COD">
 &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=background         VALUE="lightGray">
 </APPLET>