hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
180 stars 54 forks source link

VAT field missing #232

Closed galanis-a closed 2 years ago

galanis-a commented 2 years ago

version 1.0.00rc3

VAT field is missing from the address forms.

This should follow the settings in admin to show/hide vat field.

Also it would be nice if the field is auto-filled for the logged in customer in the add address form

rajeev-k-tomy commented 2 years ago

@galanis-a Thank you for reporting this issue.

Hyvä Checkout does not respect customer address settings in the backend at the moment. The fields and their validations are defined at the code level and they are supposed to be changed in the code level to customize it.

Maybe in a later version, we consider the compatibility with the address settings in the backend. But, no plans at the moment.