[TYPO3-shop] Commerce Navigation Re: Multilanguage Commerce site
Amiran Chyb
amiran.chyb at stopspam.gmail.com
Wed Nov 1 14:42:14 CET 2006
> Try
>
> > lib.cat_menu = HMENU
> > lib.cat_menu {
> >
> > special = userfunction
> > special.userFunc = user_tx_commerce_catmenu_pub->init
> > special {
> > // category for starting level
>
> > category = 2
> // is 2 ok? are there products or categories in here
yes, it's a category id (it's working with TMENU outside)
> > // shows Producte
> > showProducts = 1
> > // PID for the announcement of the side
>
> // this should be set
>
> overridePid = {$plugin.tx_commerce_lib.overridePid}
I've checked in the code, if it's not set, it's substituted with current
page ID (again, it's working with TMENU outside). But also tried setting
it.
BTW. With this setup - does expAll work inside of .special? Because that
could be the reason for me to try it - everythig works for me except this,
with TMENU outside .special.
could, please, try
.special {
1 = TMENU
1.expAl=1
2 = TMENU
3.expAl=1
}
thanks very much
Amiran
More information about the TYPO3-project-tt-products
mailing list