Remove post code from Guatemala

Guatemala has no real working postal service. We therefore don't use postal codes. Address and department is enough.
This commit is contained in:
Paulo Chang 2020-12-31 22:41:51 +01:00 committed by GitHub
parent 3aee9f2dbd
commit 41f853fbc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -978,6 +978,15 @@ class WC_Countries {
'required' => false,
),
),
'GT' => array(
'postcode' => array(
'required' => false,
'hidden' => true,
),
'state' => array(
'label' => __( 'Department', 'woocommerce' ),
),
),
'HK' => array(
'postcode' => array(
'required' => false,