ritcho Posted May 18, 2006 Share Posted May 18, 2006 Hi, I am setting up a store in Australia and can only sell my products to Australians in Australian dollars. I want to take my payments via Paypal. How can I get oscommerce to pass the total value of the shopping cart to Paypal in Australian dollars? The program seems to cater for every other currency but Australian dollars. Thanks Ritcho Quote Link to comment Share on other sites More sharing options...
Guest Posted May 18, 2006 Share Posted May 18, 2006 Hi, I am setting up a store in Australia and can only sell my products to Australians in Australian dollars. I want to take my payments via Paypal. How can I get oscommerce to pass the total value of the shopping cart to Paypal in Australian dollars? The program seems to cater for every other currency but Australian dollars. Thanks Ritcho Not know which one you are installing, you need to find where the currencies are specified in your paypal files. There be something like if (!in_array($this->currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD', 'AUD'))) { change to something like if (!in_array($this->currency, array('AUD'))) { HOW IT LOOKS WILL DEPEND ON YOUR PAYPAL MODULE, SO DO NOT PASTE THIS CODE INTO YOUR FILE. 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.
Note: Your post will require moderator approval before it will be visible.