luckysengoku Posted February 7, 2012 Share Posted February 7, 2012 hello all, i got a question bout cancel order. is there a way to cancel order automaticly if a customer dont send a payment confirmation after 3 days start from the purchase date?..if a customer dont give a payment confirmation after 3 days from the purchase date, the customer consider have cancel the order and the stock back to normal again?... hope you all can give me some enlightment bout this, really appriciate this..thanks.. Link to comment Share on other sites More sharing options...
bellini13 Posted February 7, 2012 Share Posted February 7, 2012 you can accomplish this with a cron style process. cron allows you to execute commands on a repeating cycle. There are modules out there that will configure cron for you. Your host must allow you to use cron. If you can use cron, then you will need to create a script that will perform the logic you want. ie... search for open orders older then 3 days, and change their status to cancel. then you can configure cron to run that script once per day. 1 Link to comment Share on other sites More sharing options...
luckysengoku Posted February 8, 2012 Author Share Posted February 8, 2012 you can accomplish this with a cron style process. cron allows you to execute commands on a repeating cycle. There are modules out there that will configure cron for you. Your host must allow you to use cron. If you can use cron, then you will need to create a script that will perform the logic you want. ie... search for open orders older then 3 days, and change their status to cancel. then you can configure cron to run that script once per day. really much appriciate, thank you very much,,, Link to comment Share on other sites More sharing options...
leps Posted October 2, 2013 Share Posted October 2, 2013 Same question.....anyboy knows how to configure this cron process? Link to comment Share on other sites More sharing options...
winresh24 Posted August 23, 2016 Share Posted August 23, 2016 did you solve this one? please post your answer thanks Link to comment Share on other sites More sharing options...
duredo Posted March 7, 2017 Share Posted March 7, 2017 need this too, can someone show the script to execute this task? Link to comment Share on other sites More sharing options...
rayrodriguezg Posted October 25, 2018 Share Posted October 25, 2018 Hello, with this module you can cancel the orders, configuring the times for each order status. And to finish the manual work, configure a cron task as often as you wish, https://addons.prestashop.com/en/order-management/27221-auto-cancel-orders.html Regards! Link to comment Share on other sites More sharing options...
duredo Posted October 28, 2018 Share Posted October 28, 2018 On 10/25/2018 at 6:19 PM, rayrodriguezg said: Hello, with this module you can cancel the orders, configuring the times for each order status. And to finish the manual work, configure a cron task as often as you wish, https://addons.prestashop.com/en/order-management/27221-auto-cancel-orders.html Regards! I've buy your module, sadly doesn't work with advance stock manager. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now