How to set default checkout country?
-
Hi,
I want to set default checkout country as Japan.
So, i added below code in my functions.php.
add_filter( 'default_checkout_billing_country', 'change_default_checkout_country' ); function change_default_checkout_country() { return 'JP'; }
But its not working.
Is that code still works with latest woocommerce?
Or
Is other way to set default checkout country?
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to set default checkout country?’ is closed to new replies.