Change Base Currency to IDR or Rp

Hi,
I purchased Affiliate Pro with Contact Form 7 integration. But I just find out that my country currency (Indonesia Rupiah) is not supported. It’s not there in the Default Currency selection in Contact Form 7 integration plugin.

Our currency symbol is Rp or it can written also as IDR.

How to tweak the plugin so I can save the commission using my home country currency.

Please advise soon.

thanks.


Comments

One response to “Change Base Currency to IDR or Rp”

  1. Hi,
    you can add this code in your function.php file:

    add_action( 'init', 'add_my_currency' );
    function add_my_currency () {
    Affiliates_CF7::$supported_currencies[] ="IDR";
    }

    cheers

Share