% '********************************************************** ' Paypal Specific code when integrating with other gateways ' VP-ASP 6.50 Feb 28, 2005 ' Support Currency and comma as secimal point ' Change Paypal URL '*********************************************************** 'const PAYPALEMAIL="yourpaypalemail@somewhere.com" 'const paypalMysITE="http://www.yourvpaspwebsiteurl.com/" const CurrencyCode="USD" ' other values are EUR, CAD, GBP, JPY, USD ' '************************************************************************* ' Use these in European countries '**************************************************************************1 ' Used only for Countries using comma as secimal point const CommaAsDecimal="No" ' ' Used only if you want amount converted to $US const ConvertToUS="No" ' uses conversion rate in shop Configuration ' Used only if an LCID is not set in shop Configuration const ResetLcid="1036" ' Reset LCid id const paypalgatewaylocation="https://www.paypal.com/cgi-bin/webscr" ' 'dim oid oid=getsess("oid") sub paypalPerformGateway ' dim returnurl Dim subject returnurl=getconfig("xmysite") & "paypalresult.asp" subject=getconfig("xEmailSubject") & " - " & oid shopwriteheaderpic getlang("langpaybypaypal"),"images/icons/paypal.gif" Response.Write "