Hi,
Is there a way of disabling the categories tabs menu during checkout?
I'm already disabling the sidebars via the $flag_disable_right = true; and $flag_disable_left = true; settings in /common/tpl_main_page.php - could I use a similar method to disable the categories tabs menu during checkout too?
Thanks![]()


Reply With Quote
one last thing - could I set which pages do and don't display the tabs menu via an "array" like the one I use to disable sidebars? Rather than the "if the current page name starts with checkout" method? Reason being that I have some checkout pages that don't start with "checkout" for instance a "no_account" page added by Numinix's FEC module.


