Hello,
I would like to disable some pages like shippinginfo, privacy, conditions, ...
so if someones types in "index.php?main_page=shippinginfo" he gets redirected to the starting page (or whatever). How to solve that?
Thanks in advance
Hello,
I would like to disable some pages like shippinginfo, privacy, conditions, ...
so if someones types in "index.php?main_page=shippinginfo" he gets redirected to the starting page (or whatever). How to solve that?
Thanks in advance
rename the page folder under includes/modules/pages/
for example, to disable the privacy page, rename the folder include/modules/pages/privacy/ to includes/modules/pages/disabled_privacy/
that way the cart doesn't find the page and reverts to the main page.
Neville
An assumption is what you arrive at when you get tired of thinking...
worked like promised, thx