[TYPO3-commerce] No ACT or CUR in Menu

Arno Pfeuffer arno.pfeuffer at gmx.net
Fri Mar 28 13:12:50 CET 2008


Hi,
I try to build up a menu and with the follwing code it works:

temp.sNav = HMENU
temp.sNav {
         special = userfunction
         special.userFunc = user_tx_commerce_catmenu_pub->init
         special {
                 category = {$plugin.tx_commerce_lib.catUid}
                 showProducts = 1
                 overridePid = {$plugin.tx_commerce_lib.overridePid}
         }

         1 = TMENU
         1 {
                 wrap = <ul class="mainmenu">|</ul>
                 itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
                 expAll = 1
                 noBlur = 1
                 NO.wrapItemAndSub = <li>|</li>
                 ACT = 1
                 ACT.wrapItemAndSub = <li class="act">|</li>
         }

         2 < .1
         3 < .1
}

The only problem ist the ACT (or CUR) state. This will not wraped in the FE.
Does anyone know, where the problem is?


More information about the TYPO3-project-commerce mailing list