- Posts: 14
- Thank you received: 0
Charging in USD$
- Gabby
- Topic Author
- Offline
- New Member
-
Less
More
9 years 4 months ago #72165
by Gabby
Charging in USD$ was created by Gabby
Hi Tuan
I purchased the paypal pro plug in for joom donation as suggested in - #36695 and installed it. Was looking good. But the test donation was deposited into paypal was is USD$ not Australian$
I have "Active currencies" set to Australian Dollars and "Enable Currency Selection" set to NO I can not see any other settings for currency.
You may remember this also happened with booking manager and you sent me a modified version of the plugin with an option to choose currency.
Have is missed something in the setup? how to I set up to only use Australian $
Thank you
Ashley
I purchased the paypal pro plug in for joom donation as suggested in - #36695 and installed it. Was looking good. But the test donation was deposited into paypal was is USD$ not Australian$
I have "Active currencies" set to Australian Dollars and "Enable Currency Selection" set to NO I can not see any other settings for currency.
You may remember this also happened with booking manager and you sent me a modified version of the plugin with an option to choose currency.
Have is missed something in the setup? how to I set up to only use Australian $
Thank you
Ashley
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 4 months ago - 9 years 4 months ago #72224
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Charging in USD$
Update : We worked together via email and solve the issue. Basically, you need to edit one line of code in the plugin :
1. Open the file components/com_jdonation/payments/os_paypal_pro.php
2. Find this line of code:
3. Change it to:
After that, it should work as expected. Later, I will add a parameter in the plugin to allow choosing currency in the plugin parameter. For now, please use this workaround
Tuan
1. Open the file components/com_jdonation/payments/os_paypal_pro.php
2. Find this line of code:
Code:
$this->setParam('CURRENCYCODE', 'USD');
3. Change it to:
Code:
$this->setParam('CURRENCYCODE', 'AUD');
After that, it should work as expected. Later, I will add a parameter in the plugin to allow choosing currency in the plugin parameter. For now, please use this workaround
Tuan
Last edit: 9 years 4 months ago by Tuan Pham Ngoc.
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.