You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no filter for this so you will need to modify one of the core files. You will need to add 'JOD' => array( 'Jordanian Dinars' ), in the currency files that you have active.
If you have Stripe active, open file: pro-sites/pro-sites-files/gateways/gateway-stripe-files/data/stripe-data.php
and add the above snippet on line 203, after : 'ZMW' => array( 'Zambian Kwacha', '4B' ),
I don't think PayPal supports this currency so no point adding it there. For manual payments open file: pro-sites/pro-sites-files/gateways/gateway-manual.php
and paste it after : 'ZMW' => array( 'Zambian Kwacha', '4B' ),
around line 763
hi, can anybody advice on how to add new currency to prosites? i want to add JOD for Jordanian Dinars , any help will be appreciated, thanks alot
The text was updated successfully, but these errors were encountered: