there is not a way to do it without modifying core code.
if your page for conditions worked while in maintenance mode, that would suggest you are in what ZC called a relaxed type. if you want to add a new page that would NOT redirect to the down by maintenance page, look at this section of code:
https://github.com/zencart/zencart/b...th.php#L92-L97
and specifically the array on line 92. add your new page into that array and it looks like the new page will display.
hope that helps.
best.



Reply With Quote
