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:
parent
3aee9f2dbd
commit
41f853fbc1
|
@ -978,6 +978,15 @@ class WC_Countries {
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'GT' => array(
|
||||||
|
'postcode' => array(
|
||||||
|
'required' => false,
|
||||||
|
'hidden' => true,
|
||||||
|
),
|
||||||
|
'state' => array(
|
||||||
|
'label' => __( 'Department', 'woocommerce' ),
|
||||||
|
),
|
||||||
|
),
|
||||||
'HK' => array(
|
'HK' => array(
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'required' => false,
|
'required' => false,
|
||||||
|
|
Loading…
Reference in New Issue