YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

GBP (£) Problem Options
skid
#1 Posted : Wednesday, December 04, 2002 9:09:55 PM
Rank: Starting Member

Groups: Registered

Joined: 12/4/2002
Posts: 1
Location: ,
I use webassist e-cart. The coe that links the cart to paypa looks like this.. PPQCO_redirStr = "https://www.paypal.com/cgi-bin/webscr"'PPQCO_redirStr totalAmount = WA_eCart_FormatNumber(WA_eCart_GrandTotal(Cart), true, 2) PPQCO_redirStr = PPQCO_redirStr & "?cmd=" & Server.URLEncode("_xclick") PPQCO_redirStr = PPQCO_redirStr & "&business=" & Server.URLEncode(PPQCO_Business) PPQCO_redirStr = PPQCO_redirStr & "&item_name=" & Server.URLEncode(PPQCO_ItemName) PPQCO_redirStr = PPQCO_redirStr & "&return=" & Server.URLEncode(PPQCO_Success) PPQCO_redirStr = PPQCO_redirStr & "&cancel_return=" & Server.URLEncode(PPQCO_Decline) PPQCO_redirStr = PPQCO_redirStr & "&item_number=" PPQCO_redirStr = PPQCO_redirStr & "&amount=" & Server.URLEncode(totalAmount) PPQCO_redirStr = PPQCO_redirStr & "&shipping=0" PPQCO_redirStr = PPQCO_redirStr & "&shipping2=0" PPQCO_redirStr = PPQCO_redirStr & "&handling=0" PPQCO_redirStr = PPQCO_redirStr & "&undefined_quantity=0" However it always reset to default US dollars and not the british sterling. I know this extra bit of code I wrote shoould work... PPQCO_redirStr = PPQCO_redirStr & "currency_code=GBP" But where do I insert it. Please help, i'm going mad over this one!
Sponsor  
 
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.223 seconds.