Page 1 of 1

Shopping cart abandonment system in PrestaShop, php editing?

Posted: Fri Jan 16, 2015 7:35 am
by ameliajohns
I am attempting some type of shopping cart abandonment system with PrestaShop. What I basically need is a system that checks for abandoned shopping carts every 15 mins and sends emails to those customers who abandoned their carts. Is php coding or editing from the primary files can help me in this regard, or I have to use an external resource. ?

Re: Shopping cart abandonment system in PrestaShop, php edit

Posted: Fri Jan 16, 2015 8:18 am
by Celauran
You can handle most of the coding with PHP, but you may want to let cron trigger it.