-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Could we add the functionality of thew new German "Widerrufsbutton" to this plugin?
I guess a form with fields for email, order number, optional reason that could end up in the same backend as the contact form would work.
This we no handling of the entered data needs to be written at all. The dealer just has to manually check the order and send a confirmation (or decline) to the email address of the order (or the email entered in the form if no such order is found).
Then have a text-widget that links to either this form (if not logged in) or to the list of orders (if logged in) that we can place e.g. in the pager footer.
(I think a validation of email and order number existing and matching with an error message to the user
would be a BAD idea, because that can be abused.)