• Resolved lauramark

    (@lauramark)


    Hello!!

    The problem is that the country field doesn′t show when the country is where I live, When The customer is other it show right.

Viewing 2 replies - 1 through 2 (of 2 total)
  • For that we use in our Themes functions.php
    add_filter( ‘woocommerce_formatted_address_force_country_display’, ‘__return_true’ );

    • This reply was modified 1 month, 3 weeks ago by martje65.
    Plugin Contributor alexmigf

    (@alexmigf)

    Hi @lauramark

    This appears to be an issue with WooCommerce rather than our plugin. As @martje65 mentioned, there’s a workaround available using a hook, which is also detailed here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.