Opencart Admin Cron Jobs
I am know about CRON and how to create / manage it. But this issue was different. I want to develop a module to delete any (unpaid) order that exceed the time frame given. Ex : I want to delete any unpaid order that has not been paid for 2 days after the order was placed. I want to use existed model in opencart (and not use a new one). Lets say the module URL would be : http://www.yourstore.com/admin/index.php?route=module/modulename/function And will be called from CRON, and then all any unpaid order will be disappeared. But the main problem is : when CRON want to access that URL, it need a