uShopPrintFormCGI.class


The uShopPrintFormCGI applet is similar to the order form applets except that it does not ask for any payment information and instead of processing the order, it creates a CGI-generated print page to allow the customer to print out the order and mail or fax it to the store. Options let you customize the form's titles, instructions, and footnoot. To use this applet, you must have configured the ushop_cgiscript1p3.pl in your cgi directory on your secure server. See also ushop_cgiscript1p3.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 print form example has been setup:



 &ltAPPLET CODE = "uShopPrintFormCGI.class" WIDTH=450 HEIGHT=550>
 &ltPARAM NAME=scriptpath         VALUE="http://www.uburst.com/cgi-bin/ushop_cgiscript1p3.pl">
 &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=label              VALUE="Print Order">
 &ltPARAM NAME=title              VALUE="Order Form">
 &ltPARAM NAME=instructions       VALUE="(From your browser select print, fill out the form, then fax it to us at 1-800-555-555)">
 &ltPARAM NAME=section1           VALUE="Personal Information">
 &ltPARAM NAME=section2           VALUE="Shipping Information">
 &ltPARAM NAME=section3           VALUE="Payment Information">
 &ltPARAM NAME=footnote           VALUE="*Make checks payable to Microburst Technologies, Inc.">
 &ltPARAM NAME=return_url         VALUE="http://www.uburst.com">
 &ltPARAM NAME=background         VALUE="lightGray">
 </APPLET>