INR is not available in currencies

Posted in

INR (Indian National Rupee) is not available in currencies. How can it be made available?

One Response to INR is not available in currencies

  1. George July 21, 2018 at 7:10 pm #

    Hi,

    You need to use this filter in order to add INR in the supported currencies for Affiliates > User Registration :
    add_filter( 'affiliates_supported_currencies', 'example_affiliates_supported_currencies' );
    function example_affiliates_supported_currencies( $currencies ) {
    $currencies[] = 'INR';
    return $currencies;
    }

    The filter should be placed in your functions.php file of your active theme.

    Kind regards,
    George

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share