- Posts: 2
- Thank you received: 0
Any questions about Documents Sellers, post it here .
Currency
- Ariana
- Topic Author
- Offline
- New Member
Less
More
10 years 5 months ago #46883
by Ariana
Currency was created by Ariana
Hello! Is it possible to use Canadian currency in Documents Seller? If so, how would i set that up? I'm not seeing an option anywhere.
Thanks!
Ariana
Thanks!
Ariana
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
10 years 5 months ago #46884
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Currency
Hi Ariana
It seems you are talking about Paypal pro payment plugin for Documents Seller.
I am really sorry. The currency for that payment plugin is hardcoded to USD. Please open the file components/com_dms/payments/os_paypal_pro.php , find the code :
Change it to :
After that, it will work as expected.
Tuan
It seems you are talking about Paypal pro payment plugin for Documents Seller.
I am really sorry. The currency for that payment plugin is hardcoded to USD. Please open the file components/com_dms/payments/os_paypal_pro.php , find the code :
Code:
$this->setParam('CURRENCYCODE', 'USD');
Change it to :
Code:
$this->setParam('CURRENCYCODE', 'CAD');
After that, it will work as expected.
Tuan
Please Log in or Create an account to join the conversation.
- Ariana
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 5 months ago #46886
by Ariana
Replied by Ariana on topic Currency
Yay! Thanks! Yes, i meant paypal pro plugin.
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 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.