Merge pull request #26272 from tolu-paystack/hide-ghana-postcode
Hide Postcode/Zip field on billing/shipping form when Ghana is selected
This commit is contained in:
commit
75d23712ff
|
@ -946,6 +946,14 @@ class WC_Countries {
|
|||
'required' => false,
|
||||
),
|
||||
),
|
||||
'GH' => array(
|
||||
'postcode' => array(
|
||||
'required' => false,
|
||||
),
|
||||
'state' => array(
|
||||
'label' => __( 'Region', 'woocommerce' ),
|
||||
),
|
||||
),
|
||||
'GP' => array(
|
||||
'state' => array(
|
||||
'required' => false,
|
||||
|
|
Loading…
Reference in New Issue