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.

Bug: Currencies

  1. howdy
    Member

    The British Pound is always displayed with no padding between the £ and the figure
    http://www.royalmint.com/discover/uk-coins/circulation-coin-mintage-figures

    Therefore, the following code needs to be amended:

    "GBP" => array("name" => __("Pound Sterling", "gravityforms"), "symbol_left" => '£', "symbol_right" => "", "symbol_padding" => " ", "thousand_separator" => ',', "decimal_separator" => '.', "decimals" => 2),

    to:
    "symbol_padding" => ""

    Posted 11 years ago on Thursday February 21, 2013 | Permalink
  2. howdy
    Member

    In the same vein, the Euro is always written as:
    €100
    http://ec.europa.eu/economy_finance/euro/cash/banknotes/images_en.htm
    http://www.translationdirectory.com/article167.htm

    "symbol_left" => '€'
    "symbol_right" => ''
    "symbol_padding" => ''

    Posted 11 years ago on Thursday February 21, 2013 | Permalink
  3. Thank you for bringing those resources to our attention.

    Posted 11 years ago on Friday February 22, 2013 | Permalink
  4. howdy
    Member

    You're welcome Chris, our travel booking system is utilising the amazing gravity forms to take bookings from all over the world!

    Posted 11 years ago on Friday February 22, 2013 | Permalink
  5. That's awesome to hear. Can you share a link to the site so we can take a look, and let us know if you needed any sort of custom code to tie it all together?

    Posted 11 years ago on Friday February 22, 2013 | Permalink