uShopOrderCustomCGI.class


The uShopOrderCustomCGI 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 similar to the other uShop order applets, except this order applet allows to you to configure:

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

Configuring the Labels

As shown in the example below, there are 20 field labels that can be configured. The parameter names are "LABEL1", "LABEL2", "LABEL3",...., "LABEL20". And for each parameter you can specify any text you want to be used as the label. If you want to make the fields required, then just start each required field with an asterisk (*) - again as shown below. NOTE THAT certain fields are predefined since tax and shipping calculations are based on them. That is, "LABEL3" should always refer to an email address, "LABEL7" and "LABEL15" should always refer to the State, "LABEL9" and "LABEL17" should always refer to the Country, and the credit card fields ("LABEL18", "LABEL19", and "LABEL20") should always refer to the name on the credit card, credit card number, and the expiration date, respectively.

Note: Optional parameters are in italics


Example

This order form example has been setup:



<APPLET CODE = "uShopOrderCustomCGI.class" WIDTH=460 HEIGHT=845>
<PARAM NAME=scriptpath         VALUE="https://www.uburst.com/cgi-bin/ushop/ushop_cgiscript.pl">
<PARAM NAME=states             VALUE="AK,AL,AR,AZ,CA,CO,CT,DC,DE,FL,GA,HI,IA,ID,IL,IN,KS,KY,
                                      LA,MA,MD,ME,MI,MN,MO,MS,MT,NC,ND,NE,NH,NJ,NM,NY,NV,OH,
                                      OK,OR,PA,RI,SC,SD,TN,TX,UT,VA,VT,WA,WI,WV,WY,Other">
<PARAM NAME=countries          VALUE="UNITED STATES,CANADA,UNITED KINGDOM,
                                      ANTIGUA AND BARBUDA,ARGENTINA,AUSTRALIA,AUSTRIA,BAHAMAS,
                                      BAHRAIN,BARBADOS,BELGIUM,BERMUDA,BRAZIL,BRUNEI DARUSSALAM,
                                      BULGARIA,CANADA,CAYMAN ISLANDS,CHILE,CHINA,COLOMBIA,CONGO,
                                      COSTA RICA,CROATIA (local name: Hrvatska),CUBA,CYPRUS,
                                      CZECH REPUBLIC,DENMARK,EGYPT,FALKLAND ISLANDS (MALVINAS),
                                      FINLAND,FRANCE,GERMANY,GIBRALTAR,GREECE,GREENLAND,HONG KONG,
                                      HUNGARY,ICELAND,INDIA,IRELAND,ISRAEL,ITALY,JAMAICA,JAPAN,
                                      JORDAN,KENYA,KUWAIT,LEBANON,LIECHTENSTEIN,LITHUANIA,LUXEMBOURG,
                                      MALAYSIA,MALTA,MEXICO,MOLDOVA (REPUBLIC OF),MONACO,MOROCCO,
                                      MOZAMBIQUE,NEPAL,NETHERLANDS,NEW ZEALAND,NORWAY,OMAN,PAKISTAN,
                                      PANAMA,POLAND,PORTUGAL,ROMANIA,RUSSIAN FEDERATION,SAUDI ARABIA,
                                      SEYCHELLES,SINGAPORE,SLOVAKIA (Slovak Republic),SLOVENIA,
                                      SOUTH AFRICA,SPAIN,SRI LANKA,SUDAN,SWEDEN,SWITZERLAND,TAIWAN, 
                                      PROVINCE OF CHINA,THAILAND,TURKEY,UKRAINE,UNITED ARAB EMIRATES,
                                      UNITED KINGDOM,UNITED STATES,VENEZUELA,VIRGIN ISLANDS (BRITISH),
                                      VIRGIN ISLANDS (U.S.),YEMEN,YUGOSLAVIA,Other">
<PARAM NAME=taxrate            VALUE="0.00%">
<PARAM NAME=taxtable           VALUE="NONE">
<PARAM NAME=taxmenu            VALUE="FL,6.00%,6.50%">
<PARAM NAME=taxnote            VALUE="*Customers in FL must select the tax rate for their area.">
<PARAM 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;
                                      US Air Mail,BY_QUANTITY,3=$3.00,6=$5.00,$7.50;
                                      Over Night,FLAT_RATE,$20.00">
<PARAM NAME=handling           VALUE="$5.00">
<PARAM NAME=handlingtable      VALUE="UNITED STATES=$0.00,CANADA=$1.00">
<PARAM NAME=payment            VALUE="Visa,Master Card,Discover,American Express">
<PARAM NAME=validate           VALUE="NO">
<PARAM NAME=popupwindow        VALUE="YES">
<PARAM NAME=message            VALUE="Thank you for shopping with us.">
<PARAM NAME=return_url         VALUE="http://www.uburst.com">
<PARAM NAME=thankyou_url       VALUE="NONE">
<PARAM NAME=clearcart          VALUE="NO">
<PARAM NAME=textcolor          VALUE="black">
<PARAM NAME=background         VALUE="208,208,208">
<PARAM NAME=shippingfields     VALUE="YES">
<PARAM NAME=ccfields           VALUE="YES">
<PARAM NAME=LABEL1             VALUE="*Name:">
<PARAM NAME=LABEL2             VALUE="*Company:">
<PARAM NAME=LABEL3             VALUE="*Email:">
<PARAM NAME=LABEL4             VALUE="*Street:">
<PARAM NAME=LABEL5             VALUE="">
<PARAM NAME=LABEL6             VALUE="*City:">
<PARAM NAME=LABEL7             VALUE="*State:">
<PARAM NAME=LABEL8             VALUE="*Zip Code:">
<PARAM NAME=LABEL9             VALUE="*Country:">
<PARAM NAME=LABEL10            VALUE="*Phone:">
<PARAM NAME=LABEL11            VALUE="Ship To:">
<PARAM NAME=LABEL12            VALUE="Street:">
<PARAM NAME=LABEL13            VALUE="">
<PARAM NAME=LABEL14            VALUE="City:">
<PARAM NAME=LABEL15            VALUE="State:">
<PARAM NAME=LABEL16            VALUE="Zip Code:">
<PARAM NAME=LABEL17            VALUE="Country:">
<PARAM NAME=LABEL18            VALUE="Name On Card:">
<PARAM NAME=LABEL19            VALUE="Credit Card Number:">
<PARAM NAME=LABEL20            VALUE="Expiration Date:">
</APPLET>