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:
KoolPal 2020-08-29 14:19:33 +05:30 committed by GitHub
parent 5f1d2a8a2c
commit 3f28df9150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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,