-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Commerce orders, anonymization #2
Comments
Commerce orders shouldn't be deleted when a user is deleted. I haven't added this functionality. Saying this though, setting a 'dummy' user will fix this issue. Not sure how this works regarding GDPR though as customer details are still retained. Any users with access to the CP cannot be deleted (Unless you turn this option off) so all entries etc created via the CP will still be attached to the user that deleted them :) |
Following up from this, I am getting the following error:
|
@McCrisp I've added a 'Transfer content to' setting in the Craft 2 version (Craft 3 coming tomorrow) to enable you to set a user to transfer any content to once the user is deleted. |
@McCrisp WOW, 2018... How time flies. I've actually implemented this feature now, and will be available shortly. |
Have an option to transfer orders from the current user to a pre-defined "dummy" user on account deletion.
Most clients dont want the order to be deleted when a user is deleted, they want to keep the order to keep track of sales etc. Anonymization of the order is prefered to simply deleting it. Replacing the related User on an order would fix this.
The text was updated successfully, but these errors were encountered: