Cron feature is the most useful utility that you can find in any Unix-like operating system, but also on windows operating system. This utulity is used to schedule commands at a specific time. These scheduled commands are called "Cron Jobs" or so-called "Cron tasks". In this article I will point you the way of how to set up the cron task in context of PrestaShop's modules and features that are based on Cron Job. I will describe 3 methods:
So, let's say that one from your modules has a support of Cron Job feature. Usually such module points that you need to use special url in Cron Job scheduler. Copy this URL carefully, and use in one method described below. Each time that Cron Job scheduler will run such url - module will run some actions.