How to remove postcode field from Magento2 checkout
In order to accomplish the postcode removal we need to: Remove it from checkout form Disable the postcode validators 1. Remove it from checkout form: Alter the postcode eav attribute (set is_user_defined to 1) The postcode field is created by the vendor/magento/module-checkout/Block/C...
Continue reading ...