Hi,
Thanks.
1. You can edit the file product / waitlist via the menu Display>Views.
There, you can add the line:
<input type="hidden" name="redirect_url" value="<?php echo @$this->product_url; ?>" />
after the line:
<input type="hidden" name="ctrl" value="product" />
2. The cron task we provide cannot go lower than 15 minutes.
That's because our servers need to trigger each user's website every time and it would be too taxing on them in the long run.
However, you can configure the cron to be triggered by your own server or a third party service:
www.hikashop.com/support/documentation/5...ron-task.html#server
You'll find many services like
cron-job.org/en/
which can do that for you.
And in that case, you can reduce the time to whatever the service / your hosting allows.