CRON Job Setup

How to setup CRON jobs for Store System

cPanel

  1. Login to your cPanel account and navigate to the "Cron Jobs" in the "Advanced" tab.
  2. From the "Common Settings" dropdown, select "One Per Minute( *)".
  3. In the "Command" field, put "curl --silent https://yourdomain.tld/cron/index.php" and replace "yourdomain.tld" with your domain.
  4. Click "Add New Cron Job"

DirectAdmin

  1. Login to your DirectAdmin account and navigate to the "Cron Jobs" in the "Advanced Features" tab.
  2. Click "CREATE CRON JOB" in the top right.
  3. In the "Command" field, put "curl --silent https://yourdomain.tld/cron/index.php" and replace "yourdomain.tld" with your domain.
  4. Click "Create" in the bottom right