mark is there a way to disable the postcode on checkout page as I live in a place which don’t use postcode?
ryanmitchell Currently no, but you could easily add another switch field on the checkout component: https://github.com/tastyigniter/ti-ext-cart/blob/master/components/Checkout.php and apply it here https://github.com/tastyigniter/ti-ext-cart/blob/master/components/checkout/address_fields.blade.php We’d accept a PR for that.