uShopOrderImageButtonCGI_sp.class


For performance reasons, it may be desireable to have all of the store's product pages on the faster public server and then just transfer to the slower encrypted secure server when the customer wants to actually place the order. The uShopOrderImageButtonCGI applet provides the means to do this. That is, you can place all of the store's product pages on your public server, then configure this applet to load the order page on your secure server when the customer is ready to order.
Note that this applet is identical to the uShopOrderButtonCGI applet except this applet allows you to specify any image to be used instead of a regular text label on the button. The image can be any .gif or .jpg and can be of any size. There is also an option to specify whether you want a 3-D border around the applet or not.
Note also that in order to configure this, you must have:
  1. Configured the ushop_cgiscript on your secure server.
  2. Put the order.template on your secure server.
  3. Put any necessary uShop classes on your secure server (Typically in a subdirectory of your main directory called "classes")
See the uShop User's Manual for a step-by-step description of setting up this button.

See also ushop_cgiscript_sp.pl, order.template setup.


Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopOrderImageButtonCGI_sp.class" WIDTH=80 HEIGHT=35>
<PARAM NAME=scriptpath  VALUE="https://www.uburst.com/cgi-bin/ushop/ushop_cgiscript_sp.pl">
<PARAM NAME=order_page  VALUE="order_sp.template">
<PARAM NAME=image       VALUE="example_secure_order.gif">
<PARAM NAME=border      VALUE="YES">
</APPLET>