[TYPO3-commerce] expAll and commerce navi

Kümmeritz, Georg g.kuemmeritz at trio-group.de
Mon Nov 2 12:03:47 CET 2009


Hi Georg,

> is there a way to expand all submenu items if the main item isn't active (like expAll=1 for normal navis..)
just set special.expandAll of the HMENU to 1 like this:

lib {
    navShop = HMENU
    navShop {
        special = userfunction
        special {
            userFunc = user_tx_commerce_catmenu_pub->init
            expandAll = 1
        }
[...]
    }
}

Kind regards
Georg


More information about the TYPO3-project-commerce mailing list