uShopOrderDeluxeSMTP.class


The uShopOrderDeluxeSMTP applet is an order form which collects the customer's personal and payment information and then emails the information to the store owner. In addition, this applet also allows you to setup shipping, tax, and payment options as described below. NEW This applet has a section that allows the customer to specify a different shipping address. Also, like the uShopOrderCustomSMTP applet, this applet allows you to customize the labels on a few of the fields. Note that since this order method emails the information via regular SMTP mail, the transactions will not necessarily be secure. See also uShop Security.

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 = "uShopOrderDeluxeSMTP.class" WIDTH=450 HEIGHT=790>
 &ltPARAM NAME=mailto             VALUE="uburst1@uburst.com">
 &ltPARAM NAME=subject            VALUE="uShop Order">
 &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=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>