betty108 Posted September 24, 2006 Posted September 24, 2006 (edited) Hi, I have set my store localisation to AUD (aust, dollar), and paypal module is set to selected currency (it doesn't offer AUD as an option) and my paypal account is in AUD, but I still get a price 0f $0.00 when I go to paypal to pay for an order. I'm thinking there is a problem in my code somethere. in my includes/modules/payment/paypal.php it has this code if (MODULE_PAYMENT_PAYPAL_CURRENCY == 'Selected Currency') { $my_currency = $currency; } else { $my_currency = substr(MODULE_PAYMENT_PAYPAL_CURRENCY, 5); } if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD'))) { $my_currency = 'USD'; should i change the USD to AUD??? and where can I change the paypal title in the order confirmation? I want it to say Paypal (incl. credit card payments) instead of just paypal? thanks :) Edited September 24, 2006 by betty108 Quote
betty108 Posted September 24, 2006 Author Posted September 24, 2006 alternatively, I'm thinking maybe I should change the URL in the paypal.php to the .au one... any ideas? Quote
betty108 Posted September 24, 2006 Author Posted September 24, 2006 changing this $my_currency = 'USD'; to $my_currency = 'AUD'; did the trick is the any other code i should change Quote
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.