CRON Job Setup
How to setup CRON jobs for Store System
cPanel
- Login to your cPanel account and navigate to the "Cron Jobs" in the "Advanced" tab.
- From the "Common Settings" dropdown, select "One Per Minute( *)".
- In the "Command" field, put "curl --silent https://yourdomain.tld/cron/index.php" and replace "yourdomain.tld" with your domain.
- Click "Add New Cron Job"
DirectAdmin
- Login to your DirectAdmin account and navigate to the "Cron Jobs" in the "Advanced Features" tab.
- Click "CREATE CRON JOB" in the top right.
- In the "Command" field, put "curl --silent https://yourdomain.tld/cron/index.php" and replace "yourdomain.tld" with your domain.
- Click "Create" in the bottom right