Zone and postal code updated
This commit is contained in:
parent
a1550fab77
commit
8300192bf7
|
@ -785,14 +785,12 @@ class WC_Countries {
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'NP' => array(
|
'NP' => array(
|
||||||
'postcode_before_city' => true,
|
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'Region', 'woocommerce' ),
|
'label' => __( 'State / Zone', 'woocommerce' ),
|
||||||
//'placeholder' => __( 'Region', 'woocommerce' )
|
//'placeholder' => __( 'State / Zone', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'required' => false,
|
'required' => false
|
||||||
'hidden' => false
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'PL' => array(
|
'PL' => array(
|
||||||
|
|
Loading…
Reference in New Issue