PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Support for Indian Rupee

  1. Hi,
    In the public static function get_currencies() we don't find support for Indian Rupee Currency.
    Could you please add support for it in the next version?

    "INR" => array("name" => __("Indian Rupee", "gravityforms"), "symbol_left" => 'Rs.', "symbol_right" => "", "symbol_padding" => " ", "thousand_separator" => "'", "decimal_separator" => '.', "decimals" => 2),

    Thanks,

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  2. We have a Wordpress with woocommerce setup and our woocommerce base currency is set as INR while the default currency in gravity forms is in USD, when we add to cart, it doesn't work. When we add the above code also, it didn't work.

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  3. The Pricing Fields in Gravity Forms are designed specifically to work with the payment providers that we support via our Add-Ons. This is why not all currencies are available by default on the Settings page. Only currencies supported by PayPal and Authorize.Net are currently available as default settings.

    HOWEVER you can add any currency you want or customize existing currencies using the gform_currencies hook.

    I'm not sure what you are trying to do with the get_currencies() function but that isn't what you would use to customize the available currencies. You would use the gform_currencies hook to name the new currency and define how it should be formatted and handled.

    You can find documentation for the gform_currencies hook here:

    http://www.gravityhelp.com/documentation/page/Gform_currencies

    There are also numerous other currency related hooks and filters available, although the gform_currencies hook is the primary one for adding new currencies. You can find all of the Gravity Forms hooks and filters here:

    http://www.gravityhelp.com/documentation/page/Developer_Docs

    You would use the gform_currencies hook to add the Indian Rupee and define it's formatting. You would place your custom code to do this in your themes functions.php file. OR if you wanted to you could create your own Gravity Forms Add-On that adds the Indian Rupee currency to Gravity Forms and release it as a free plugin... if you wanted to go that far.

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  4. Here is a wordpress plugin that I've created for all out there who needs a Rupee currency for Gravity Forms for Woocommerce.

    http://code.google.com/p/woocommerce-gravity-forms-ruppee-currency-addon/

    Ofcourse, to use this plugin, the requirement is Wordpress, Woocommerce, Gravity Forms. I've tested this with
    Wordpress: 3.5.x
    Woocommerce: 2.0.9
    Gravity Forms: 1.7.x

    I'm using it here:
    http://purohitcomputers.com/shop/build-your-own-pc/

    It is a wordpress plugin file. So click on Plugins > Add New > upload file > upload the file & click & activate it. Or upload the file via FTP to the plugin directory and activate it. Once the plugin is activated, Goto Forms > Settings > Currency, set the "Indian Rupees" and save.

    Posted 10 years ago on Wednesday May 8, 2013 | Permalink