realtimehosting Posted February 24, 2004 Share Posted February 24, 2004 Hi, Our Worldpay account only accepts GBP. I would like to allow customers to view product prices in USD and EURO but only as a guide. When they go to pay with worlpay, I need it to pass the currency as GBP and the total in GBP. GBP is set as the default currency. Does anyone know of a way of forcing OSC to pass the GBP values? I am using the latest version of the Worlpay Contribution V4 thanks a lot, Robert Quote Link to comment Share on other sites More sharing options...
radders Posted February 24, 2004 Share Posted February 24, 2004 Yes, you have to set your currency to the default currency on all your checkout pages (well only really the one that calls the wordpay module but to avoid confusing your customers you need to do at least the page before that in the checkout sequence too.) Just under include('includes/application_top.php'); put $currency = DEFAULT_CURRENCY; Quote Link to comment Share on other sites More sharing options...
ported Posted March 19, 2004 Share Posted March 19, 2004 I think this is what I'm also needing, but the code change is not clear to me. I'm using the Currency box to allow customers to display our pages in multiple currencies since we ship almost everywhere. Checkout utilizes the customer's currency choice, so instead of receiving an order in US Dollars (our default currency), we have to process it in Yen or Euros. So basically, we'd like pricing to get defaulted back to USD before it gets written to the db. Which files do I add $currency = DEFAULT_CURRENCY; to? I'd still like the customer's email confirmation to reflect their chosen currency. Thank You. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.