Use shipping countries instead of selling countries
This commit is contained in:
parent
ec9d1d9402
commit
45e7f344b1
|
@ -230,7 +230,7 @@ class WC_Settings_Shipping extends WC_Settings_Page {
|
|||
wp_die( esc_html__( 'Zone does not exist!', 'woocommerce' ) );
|
||||
}
|
||||
|
||||
$allowed_countries = WC()->countries->get_allowed_countries();
|
||||
$allowed_countries = WC()->countries->get_shipping_countries();
|
||||
$shipping_continents = WC()->countries->get_shipping_continents();
|
||||
|
||||
// Prepare locations.
|
||||
|
|
Loading…
Reference in New Issue