How do I set up CRON in my server?

 

1. Login to your hosting cPanel.
2. In your cPanel, you will find an option to schedule your cron jobs.
3. Set up the cron script to run every 5 minutes. The minute, hour, day of month, month, day of week fields should be filled out as: */5 * * * *
4. Add cron command to run as:
wget -O /dev/null “https://xxx.com/index.php?option=com_cartproductfeed&task=updateAllFeeds”
5. Save the process.

The CRON job is set now. Please contact us in case of any difficulties.