Hi guys, here’s what you need to do, from an Irish perspective:
Go to your hosting package (Reg365 or whoever) and go to the file /wp-content/plugins/woocommerce/classes/class-wc-countries.php
What you want to do is to change the requirement to ‘false’ instead of ‘true’
ie ‘postcode’ => array(
‘label’ => __(‘Postcode/Zip’, ‘woocommerce’),
‘placeholder’ => __(‘Postcode/Zip’, ‘woocommerce’),
‘required’ => false
there are two places you need to do this, if you want, I can get the other place or sent you my file which you can copy and paste