Hi all I am new to this so need help.
I am building my takeaway website and need to know hot to add a open and closed on my shop page..
I deliver from 5pm till 11:30 pm 7 days a week
I want the shop page to show, closed from 11:30 till 5 pm and then show the shop online page from 5 pm till 11:30..
I have tried this code to no avail
if now() > 17 or now() < 23.30 then
response.redirect http://example.com/Hot_Starters.html
else
response.redirect http://example.com/closed.html
[edited by: Ocean10000 at 10:26 pm (utc) on Oct 19, 2014]
[edit reason] Examplified [/edit]