Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    By default, WooCommerce removes the country if it’s equal to the shop base country. You can add the following filter to your theme’s functions.php to override that behavior (note that this will affect all billing and shipping addresses in your shop, including customer emails and the woocommerce admin):

    add_filter( 'woocommerce_formatted_address_force_country_display', '__return_true' );

    Plugin Contributor Ewout

    (@pomegranate)

    I’m closing this thread for now as I believe your question was answered, but let me know if you need any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add country to address information’ is closed to new replies.