AddressFinder / addressfinder-magento

AddressFinder extension for Magento 2
Other
7 stars 7 forks source link

Adds the ability for the admin to enable specific forms or all forms without the need to code #55

Closed bencorlett closed 4 years ago

bencorlett commented 4 years ago

Currently, to disable forms (such as checkout billing/shipping or customer address book), you need to write a new module and prep up XML code that disables these forms from showing up.

Infrastructure has been added to allow you to choose enabled forms from the admin:

Screen Shot 2020-02-12 at 10 00 09 pm

This functionality could be expanded out to new forms in the future…

This has been tested in Magento 2.3, I will report back when I have completed testing in older versions. I'd love to hear your thoughts.