Shopping cart abandonment system in PrestaShop, php editing?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ameliajohns
Forum Newbie
Posts: 1
Joined: Fri Jan 16, 2015 7:32 am

Shopping cart abandonment system in PrestaShop, php editing?

Post 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. ?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Shopping cart abandonment system in PrestaShop, php edit

Post by Celauran »

You can handle most of the coding with PHP, but you may want to let cron trigger it.
Post Reply