[2.2] Missed one file for #5284
This commit is contained in:
parent
937db45913
commit
f869e12aac
|
@ -110,11 +110,11 @@ class WC_Settings_Shipping extends WC_Settings_Page {
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Shipping Destination', 'woocommerce' ),
|
'title' => __( 'Shipping Destination', 'woocommerce' ),
|
||||||
'desc' => __( 'This controls which shipping address is used by default.', 'woocommerce' ),
|
'desc' => __( 'This controls which shipping address is used by default.', 'woocommerce' ),
|
||||||
'id' => 'woocommerce_ship_to_billing',
|
'id' => 'woocommerce_ship_to_destination',
|
||||||
'default' => 'shipping',
|
'default' => 'shipping',
|
||||||
'type' => 'radio',
|
'type' => 'radio',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'' => __( 'Default to shipping address', 'woocommerce' ),
|
'shipping' => __( 'Default to shipping address', 'woocommerce' ),
|
||||||
'billing' => __( 'Default to billing address', 'woocommerce' ),
|
'billing' => __( 'Default to billing address', 'woocommerce' ),
|
||||||
'billing_only' => __( 'Only ship to the users billing address', 'woocommerce' ),
|
'billing_only' => __( 'Only ship to the users billing address', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
|
@ -123,8 +123,6 @@ class WC_Settings_Shipping extends WC_Settings_Page {
|
||||||
'show_if_checked' => 'option',
|
'show_if_checked' => 'option',
|
||||||
),
|
),
|
||||||
|
|
||||||
//woocommerce_ship_to_billing_address_only
|
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'title' => __( 'Restrict shipping to Location(s)', 'woocommerce' ),
|
'title' => __( 'Restrict shipping to Location(s)', 'woocommerce' ),
|
||||||
'desc' => sprintf( __( 'Choose which countries you want to ship to, or choose to ship to all <a href="%s">locations you sell to</a>.', 'woocommerce' ), admin_url( 'admin.php?page=wc-settings&tab=general' ) ),
|
'desc' => sprintf( __( 'Choose which countries you want to ship to, or choose to ship to all <a href="%s">locations you sell to</a>.', 'woocommerce' ), admin_url( 'admin.php?page=wc-settings&tab=general' ) ),
|
||||||
|
|
Loading…
Reference in New Issue