[TYPO3-shop] Commerce - Multilanguage categories
Marko Milosevic
marko.milosevic at deepscreen.ch
Wed Jan 31 17:34:15 CET 2007
Hi,
I got menu generated from typoscript, which shows category menu.
The code is following:
subparts.shopnav = HMENU
subparts.shopnav {
special = userfunction
special.userFunc = user_tx_commerce_catmenu_pub->init
special{
category = 152
showProducts = 0
overridePid = 128
}
1 = TMENU
1 {
wrap = <ul>|</ul>
expAll = 0
noBlur = 1
NO.wrapItemAndSub = <li>|</li>
}
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
}
It works fine when my language is default.
But, I need that menu for English version, too. If I change language of
any category (i.e. I change "default" to "All") menu disappears.
If I select "English" for all categories, it doesn't work in any language.
BTW, all products has "All" for localization, but works just in default
language.
More information about the TYPO3-project-tt-products
mailing list