• Resolved KVNHNF

    (@kvnhnf)


    Hello,

    When store location is USA, the order won’t show “USA”, it will only output the country when it is elsewhere (for example France).

    Given that US has a lot of cities eponyms with other countries, for example there is a city called “new zealand” this creates easily confusion. Dangerous.

    How can we have “USA” output on US orders in backend? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter KVNHNF

    (@kvnhnf)

    In 4 years we sent orders to wrong places 4-5 times at least because of that.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @kvnhnf,

    Quite unfortunate to hear about those incidents.

    Normally, the country is not shown on the order, and thank you page when the billing/shipping country is the same as your store’s country.

    You can force the country to be shown by using the following code:

    add_filter( 'woocommerce_formatted_address_force_country_display', '__return_true' );

    I recommend adding custom code using the Code Snippets plugin.

    Thanks.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add “USA” to US orders’ is closed to new replies.