Re: Abandoned Shopping Cart Email Reminder
I want to create a functionality to allow store owner to choose how many minutes after cart is abandoned to send email ..immediately, 15,30,60
I have just checked and I realized that this field
["customers_basket_date_added"]=>
string(8) "20140126"
What I can do to work it with the hour, minutes or seconds.
Re: Abandoned Shopping Cart Email Reminder
Hi bebijuteria,
You can change the time in Zen-Cart admin. You can specify how many hours you want. You can't specify minutes so the soonest you can send an email is 1 hour. Hope that helps.
Quote:
Originally Posted by
bebijuteria
I want to create a functionality to allow store owner to choose how many minutes after cart is abandoned to send email ..immediately, 15,30,60
I have just checked and I realized that this field
["customers_basket_date_added"]=>
string(8) "20140126"
What I can do to work it with the hour, minutes or seconds.
Re: Abandoned Shopping Cart Email Reminder
I just worked out this with Bluehost
0 * * * * php /home/rjfinewo/public_html/wood-tissue-box-cover ; php cart_reminder_cron.php > /dev/null
They changed the cd to php.
It is working!:laugh:
Thanks now to work on the html page. Needs some polish but a great start.
Thanks to all
http://www.rjfinewood.com/wood-tissue-box-cover/
Re: Abandoned Shopping Cart Email Reminder
Quote:
Originally Posted by
Limitless
I am finishing up a drop-in mailbeez module that will utilize the features of mailbeez (tracking, opt outs, etc.).
No ETA yet, but its in process.
Great Idea if we could also upscale this with a nice html email with item image and a button like mailbeez simple reminder.
Re: Abandoned Shopping Cart Email Reminder
Quote:
Originally Posted by
skywalker826
Just an update. Issue has been resolved with some workaround.
Having same issue could you explain your work around?
Thanks
Re: Abandoned Shopping Cart Email Reminder
How can you test this? Do I have to wait the hour or what you have set before it send out a email?
Re: Abandoned Shopping Cart Email Reminder
Is this compatible with v1.5? I am asking since only 1.5.1+ seemed to be listed...
Re: Abandoned Shopping Cart Email Reminder
It should be OK with 1.5, but I have not tested it.
Re: Abandoned Shopping Cart Email Reminder
Hello,
Love the module. Thanks for taking the time to write and support it.
I've searched the thread, and from what I've seen, my Cart Reminder is working "correctly". However, if it is, I wonder if it can be changed.
The reminder email is only being sent if the user logs out. I can create a cart, checkout, create a new account, and log out, or I can log into an existing account, put stuff in a cart and log out. Either way, I get an email. If I just "go away" without logging out (which to me is almost the definition of an abandoned cart) I don't get an email.
Is this how it's supposed to work? Is there a mod to make it send an email if the user hasn't logged out? I wouldn't mind setting the timing so it was less aggressive if you're concerned about sending a reminder while the user is still logged in.
Thanks
Re: Abandoned Shopping Cart Email Reminder
Quote:
Originally Posted by
bbsbcastle
Hello,
Love the module. Thanks for taking the time to write and support it.
I've searched the thread, and from what I've seen, my Cart Reminder is working "correctly". However, if it is, I wonder if it can be changed.
The reminder email is only being sent if the user logs out. I can create a cart, checkout, create a new account, and log out, or I can log into an existing account, put stuff in a cart and log out. Either way, I get an email. If I just "go away" without logging out (which to me is almost the definition of an abandoned cart) I don't get an email.
Is this how it's supposed to work? Is there a mod to make it send an email if the user hasn't logged out? I wouldn't mind setting the timing so it was less aggressive if you're concerned about sending a reminder while the user is still logged in.
Thanks
I'm not sure, but too me that sounds like a bug. We will take a look and see. Thanks!