-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Do queued emails get removed on cart recovery? #17
Comments
There's a check to not actually send out an email if the order is already recovered. However I do need to change this so it removes it from the queue entirely. |
Got it - thanks myles. So the job remains queued, but won't actually email when it gets fired? |
Exactly. On my to do list though to completely remove it from the queue. |
Hello Sir, Just trying to finish up my understanding of how the plug in handles restoring carts and not sending the second email. I'm sorry for the endless stream of questions. Looks at the code I think the cart is marked as recovered when an order is placed? So would this be right:
Rob |
Hey Myles. Lets say the first and second emails have been queued.
The first email is sent, and the user clicks through and restores their cart.
What happens to the queued second email job?
The text was updated successfully, but these errors were encountered: