That's really strange. Line 17 is the first PHP statement in the file. The rest before it is just comments. Shouldn't be any error there.
What version of PHP is your cron running?
Printable View
That's really strange. Line 17 is the first PHP statement in the file. The rest before it is just comments. Shouldn't be any error there.
What version of PHP is your cron running?
What do I need to do to see the contents of a shopping cart before the customer finalizes the order? And how do I know how many abandoned carts there are out there?
Hello, is this mod compatible with 1.5.6c?
It looks as though it should be.
Great thank you!
One additional question… Is it possible to set a flag so that the email to the customer is only sent once? It would be quite annoying to email them every hour, or even every day about an abandoned cart.
I think once the reminder has been sent once that is it. You can determine how many hours before the reminder is sent after the shopping cart has been abandon, so 1hour or 6hours etc. Your database should have a table SCART which I think is used to temporary hold abandon cart info which should be cleared once cron has done it's work. Important to set cron correctly.
Hi
Is this plugin compatible with ZenCart 1.5.6?
After a cursory look through the code I don't see why it would have any big issues on v156 or v157.