[TYPO3-commerce] commerce navigation: second level items doesn't show

Alexander master_nhg at mail.ru
Sun Jun 3 19:41:28 CEST 2007


Hello list.

I'm tried to get a menu using this snippet:

---[cut]---
subparts.shopnav = HMENU
subparts.shopnav {
special = userfunction
special.userFunc = user_tx_commerce_catmenu_pub->init
special{
category = 12
showProducts = 0
overridePid = 71
}
1 = TMENU
1 {
noBlur = 1
NO.allWrap = |
}
2 < .1
3 < .2

1.itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
2.itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
3.itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
}

---[cut]---

All works well, but when i try change wrap for second level items like this:

2 {
noBlur = 1
NO.allWrap = |
}

second level doesn't shows


Any advices?

Alex.


More information about the TYPO3-project-commerce mailing list