Hi,
The cron system we have in HikaShop is for HikaShop only, not other scripts.
If you want to plug yourself to it, you can create a HikaShop plugin and implement the onHikashopCronTrigger function:
www.hikashop.com/support/documentation/6...nHikashopCronTrigger
Otherwise, if you want to configure a cron job to call a specific PHP script on your web server, you need to configure the cron as your hosting company offers.
We have some documentation for the HikaShop cron:
www.hikashop.com/support/documentation/5...ron-task.html#server
So you might want to use a cron job somewhat similar but just changing the URL to point to your script.
The best would be to ask your hosting company.