add another type of menu in file core/categories.php: $this->aTypes = Array( 1 => $lang['menu_left'], 2 => $lang['menu_top'], 3 => $lang['menu_head'] ); like: $this->aTypes = Array( 1 => $lang['menu_left'], 2 => $lang['menu_top'], 3 => $lang['menu_head'], 4 => $lang['menu_hidden'] ); and add variable $lang['menu_hidden'] in lang file it should work
Ned
2006-12-05 12:35
Thanks Wewior. Great. Ive just tried it in Q.C2.0 and it works.
For a practical use create two categories - Whoops! and Thank You!. Make them "menu hidden" and visible "yes". Its then possible to set up PayPal to redirect back to either of the pages depending on whether the payment was successful or not. The advantage of this is over redirection to pages outside the cart is that if you change the menu structure you do it for all pages. Very useful.