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

    (@pomegranate)

    Do you mean to the billing or shipping address?
    WooCommerce only includes the country if it’s different from the shop base country. You can modify this with a filter: woocommerce_formatted_address_force_country_display

    
    add_filter( 'woocommerce_formatted_address_force_country_display', '__return_true' );
    

    More information if you haven’t worked with code snippets or filters before: How to use filters.

    Let me know if you have any other questions!
    Ewout

    Thread Starter egilsjakovels

    (@egilsjakovels)

    Thank you, it helped

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I add country name to invoice?’ is closed to new replies.