<%
'*************************************************************************
' Function : Userexit that can be used to create a customized 
'          : payment routine. Should only be modified by someone
'          : with experience in ASP development.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 CandyPress.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@candypress.com
'*************************************************************************
'OVERVIEW :
'The purpose of the code in this script is to write an HTML form with 
'a "submit" button (or similar) to the browser. This form will "post" 
'some information to a payment gateway (the exact type of information 
'will depend on the gateway), allowing your customer to complete the 
'payment via the gateway of your choice. A good knowledge of the 
'gateway API will be required. 
'*************************************************************************
%>
