Tried adding the cron job as per instructions, but it fails:
/bin/sh: /usr/local/bin/curl: No such file or directory
Hosting support says:
The command used to add the cron job is not correct since shared hosting does not have SSH access, for this you will need a VPS/Dedicated Server.
However, you can try to add in cPanel > Cron jobs the following code: php -q /home/lottofaucet/path_to_your_cron.php
The following did not work, the above is what the host said to do instead, but does it mean that the file needs to be a php file? Not sure how to do this.
Cron job for WooCommerce lottery... From the documentation page:
WooCommerce Lottery plugin uses cronjobs and you have to setup one cronjob:
Here is a screenshot of cronjobs page and setup in DirectAdmin control panel
After some rabbit holes investigated on the advice of both support addresses, I tried removing the path to curl and just putting curl -- etc which worked.