wpmudev / pro-sites

51 stars 72 forks source link

Currency not listed #2

Open sweilems opened 5 years ago

sweilems commented 5 years ago

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

wpmudev-sls commented 5 years ago

Hey @sweilems !

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