uShopOrderSMTP.class


The uShopOrderSMTP 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. 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

This order form example has been setup:



 &ltAPPLET CODE = "uShopOrderSMTP.class" WIDTH=450 HEIGHT=650>
 &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=validate           VALUE="NO">
 &ltPARAM NAME=background         VALUE="lightGray">
 </APPLET>