Any questions about Documents Sellers, post it here .

Currency

  • Ariana
  • Topic Author
  • Offline
  • New Member
  • New Member
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

Please Log in or Create an account to join the conversation.

More
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 :
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
  • New Member
More
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.