Skip to content
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

Only send reminders to existing customers #86

Open
boboldehampsink opened this issue Dec 18, 2024 · 3 comments
Open

Only send reminders to existing customers #86

boboldehampsink opened this issue Dec 18, 2024 · 3 comments

Comments

@boboldehampsink
Copy link

What are you trying to do?

According to German law, abandoned cart emails may only be sent to already existing customers.

What's your proposed solution?

Could we have a config option that checks if an email address already has a completed order as well?

Additional context

It would be even better if this was configurable per site, so that you could, for example, enable this for a german site only.

@engram-design
Copy link
Member

I was going to ask how we define an existing user. Just a Craft user with that same email, or that another (completed) order exists for that email. I'm thinking the latter?

@boboldehampsink
Copy link
Author

Yeah I think the latter too. I think technically you need some sort of consent to send these emails. I was told being an existing customer was enough, unless there is some other way...

@engram-design
Copy link
Member

Added for the next release. To get this early, run composer require verbb/abandoned-cart:"dev-craft-4 as 3.0.3" or composer require verbb/abandoned-cart:"dev-craft-5 as 4.0.3".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants