Renamed Postcode / ZIP to Pin code & renamed State / County to State for India
Renamed Postcode / ZIP to Pin code & renamed State / County to State for India Reference: https://en.m.wikipedia.org/wiki/Address#India
This commit is contained in:
parent
5f1d2a8a2c
commit
3f28df9150
|
@ -1052,6 +1052,14 @@ class WC_Countries {
|
|||
'required' => false,
|
||||
),
|
||||
),
|
||||
'IN' => array(
|
||||
'postcode' => array(
|
||||
'label' => __( 'Pin code', 'woocommerce' ),
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'State', 'woocommerce' ),
|
||||
),
|
||||
),
|
||||
'IT' => array(
|
||||
'postcode' => array(
|
||||
'priority' => 65,
|
||||
|
|
Loading…
Reference in New Issue