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.

Change currency from US dollars to GBP

  1. Just wondering whether it was possible to change the currency from US dollars to GBP on the authorized.net add-on.

    If not, can you think of any ways to overcome this problem?

    Ian

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  2. David Peralty

    You set the currency on the Form -> Settings page, and it should be used for payment gateway systems.

    Posted 11 years ago on Thursday November 15, 2012 | Permalink
  3. "Authorize.Net only supports US Dollars."

    Is the message that appears underneath it. I know authorize.net does support GBP now, maybe the plugin hasn't been updated yet to reflect that?

    Regards
    Ian

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  4. David Peralty

    I'll ask the developers about that.

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  5. Any information from the developers yet?

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  6. You are right. They do support CAD and GBP as well. We will be looking to add support for those as well. No timeline yet, but it is definitely something we will implement. In the meantime, you can use a few hooks to set your currency to GBP instead. Place the following lines in your theme's function.php file

    add_filter("gform_currency_disabled", "__return_false", 11);
        add_filter("gform_currency", create_function("","return 'GBP';"), 11);

    You will also need to make sure that GBP is configured to be the default currency in your Authorize.net account.

    Posted 11 years ago on Monday November 19, 2012 | Permalink
  7. Thanks, that's done the trick!

    Posted 11 years ago on Tuesday November 20, 2012 | Permalink

This topic has been resolved and has been closed to new replies.