Thanks for your reply. Where would I add this code :
$_GET['skip_sell'] = true;
Appreciate the help.
Redirect Traffic By Country Question
Re: Redirect Traffic By Country Question
Thanks for your reply. Any way I can set it to skip selling on certain hours for example 2pm - 5pm server time?
Re: Redirect Traffic By Country Question
Yes, download php documention
you need something like
if (date() > 2 and date() < 5 ) $_GET['skip_sell'] = true;
you need something like
if (date() > 2 and date() < 5 ) $_GET['skip_sell'] = true;
Don't forget to run script update
Re: Redirect Traffic By Country Question
Thanks for the idea. Will try to code this.If I have any problems will let you know.Appreciate the help.







