Zone and postal code updated

This commit is contained in:
Shiva Poudel 2015-11-05 23:25:30 +05:45
parent a1550fab77
commit 8300192bf7
1 changed files with 3 additions and 5 deletions

View File

@ -785,14 +785,12 @@ class WC_Countries {
)
),
'NP' => array(
'postcode_before_city' => true,
'state' => array(
'label' => __( 'Region', 'woocommerce' ),
//'placeholder' => __( 'Region', 'woocommerce' )
'label' => __( 'State / Zone', 'woocommerce' ),
//'placeholder' => __( 'State / Zone', 'woocommerce' ),
),
'postcode' => array(
'required' => false,
'hidden' => false
'required' => false
)
),
'PL' => array(