[TYPO3-commerce] expAll for shopmenu

Sascha Egerer seg at softvision.de
Thu Mar 12 12:18:56 CET 2009


Hi Mario,

the correct value should be expandAll.

lib.catmenu.1.expandAll = 1

Greets

Sascha

***************************************
SoftVision Media GmbH

Sascha Egerer

Firmensitz:
Kurfürstenstraße 15, 36037 Fulda

Telefon. 0661.242 767.0
Telefax. 0661.242 767.1

eMail. seg at softvision.de
web. www.softvision-media.de

Registergericht:
Amtsgericht Fulda, HRB 2278

Geschäftsführer:
Christian Schiller
***************************************
We solve problems!
***************************************


Mario Hinterreiter schrieb:
> Hi,
> 
> 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.
> 
> I created my shopmenu as described here: 
> http://www.sk-typo3.de/Shop-aufsetzen-mit-commerce-Quickt.286.0.html
> 
> ... 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
> }
> 
> cheers, mario
> 
> 


More information about the TYPO3-project-commerce mailing list