Quote Originally Posted by spawnie69 View Post
Ok, this worked once and only once. I receive emails that the cron ran but never get anymore email reminders. Is the email sent only once?
I have it set it up for sending every hour. So I assume everyone with a filled cart who has signed out will receive an email every hour until they do something about it. Is this correct?
This module has been very frustrating, I keep trying different commands thinking I did something wrong but receive no emails reminding me of my cart.
But, the module only sends the email once. It doesn't nag them every hour to go back to their cart.

The code appears to do this:
a) when a customer logs in or creates an account, a flag is set
b) when the cron job runs, it looks for any abandoned carts for customers that have a flag set
c) it emails whoever has the flag set
d) and clears all the flags that were set since the last time the cron job ran

For them to be reminded again they would need to log in again.