I want to remove some default form fields from the registration page.
So far I did not find a correct solution to establish that.
In the backoffice you can enable / disable some settings regarding the form fields but that is not what I need.
I want to remove the „your address“ fields to simplfy the registration process …
I’ve looked into the possibility of „service decoration“ but you need an interface for that.
RegistrationRoute.php is not an interface so that is not an option.
Anyone who can help with a raw roadmap how to accomplish this with Shopware 6?
- I have already created a plugin …
- I’ve copied the twig-files and removed the fields
- removing them gives error (sounds logic). I need to change that function / class? Other options?
Thanks.