Step 1
Log in to cPanel, scroll down to the Advanced section and click the Cron Jobs icon.
Step 2
Scroll down to the Add New Cron Job section. You can either select from the Common Settings drop down menus or fill out your own custom values. Fill out the form as follows:
- Common Settings: This option allows you to select a preset interval for your cron job to run.
- If you have not chosen one of the preset Common Settings, choose from the other option
- Minute: Either enter a custom value or select a preset value from the Common Settings men.
- Hour: Either enter a custom value or select a preset value from the Common Settings menu.
- Day: Either enter a custom value or select a preset value from the Common Settings menu
- Month: Either enter a custom value or select a preset value from the Common Settings menu.
- Weekday: Either enter a custom value or select a preset value from the Common Settings menu.
The following example shows a job set up to run twice daily.
Step 3
Enter the command you want to run in the Command field and click Add New Cron Job.
A confirmation will appear to confirm that the job has been added.
The command to type in for step 3 is
Command: /usr/bin/php /path/to/cart/root/content/admin/cron/cron.phpand wil run all the jobs for the cart.
You will want to set this to be running twice a day every day.