Hi,
In the documents it says
You can control the execution and scheduling of Magento cron jobs from the Admin of your store.
Does this mean I don;t need to set up a cron job in cpanel?
Thanks
To be able to manage cron from the Magento admin panel also you need to setup cron using cPanle or ssh.
You have to set cron.php or cron.sh in Magento root to run periodically.
You can refer Google for setting up cron in Magento
Thanks,
I used this video to set up a cpanel cron
https://www.youtube.com/watch?v=phGTGS43U-M
My magento is in a sub directory "store" so my cron looks like this when I click add cron:
*/5 | * | * | * | * | curl -s -o /dev/null http://www.site.ie/store/cron.php |