[TYPO3-commerce] expAll for shopmenu

Georg Kümmeritz g.kuemmeritz at trio-group.de
Fri Jul 31 09:09:15 CEST 2009


Hi Mario,

lib.catmenu.special.expandAll = 1

should actually work (did it for me). Maybe this helps someone else if you
do not need the solution any more.

Greets

Georg


Mario Hinterreiter wrote:
> 
> Does anyone of you know how to show the shopmenu opened, so that all
> products can be seen immediately?
> As with "expAll = 1" in a normal menu but expAll seems not to work here.
> 
> ... and that's my TS for the menu: lib.catmenu = HMENU
> 
> lib.catmenu {
>     wrap = <div class="pN"> | </div>
>         special = userfunction
>         special.userFunc = user_tx_commerce_catmenu_pub->init
>         special {
>                 category = {$plugin.tx_commerce_lib.catUid}
>                 showProducts = 0
>                 overridePid = {$plugin.tx_commerce_lib.overridePid}
>         }
>     1 = TMENU
>     1 {
>         wrap = <ul>|</ul>
>         itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
>             expAll = 1
>             noBlur = 1
>            
>             NO.wrapItemAndSub = <li>|</li>
>     }
>    
>     2 < .1
>     3 < .1
> }
> 

-- 
View this message in context: http://www.nabble.com/expAll-for-shopmenu-tp22333699p24741821.html
Sent from the TYPO3 - Projects - Commerce mailing list archive at Nabble.com.



More information about the TYPO3-project-commerce mailing list