Add country in woocommerce shipping list
-
Greetings,
I’m looking for add Kosovo as country (who is not reconize par the Europe).. but, how to process. UPS have this country in his database.
I tried this, but that doesn’t work.
function woo_add_my_country( $country ) {
$country[“XK”] = ‘Kosovo’;
return $country;
}
add_filter( ‘woocommerce_countries’, ‘woo_add_my_country’, 10, 1 );
Any idea ?
I searched avery where on the www, but no solution works.
Thanks a lot for your help
Rémi
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add country in woocommerce shipping list’ is closed to new replies.