[TYPO3-commerce] multilang catmenu

Bas van der Togt bas.vander.togt at efocus.nl
Thu Dec 6 11:48:04 CET 2007


Does anybody know how to setup the catmenu for multilang use?
Any help would be great!

kind regards,
Bas

My setup now:
obj.category_content = HMENU
obj.category_content {
	wrap = <ul>|</ul>
	special = userfunction
   	special.userFunc = user_tx_commerce_catmenu_pub->init
   	special {
   		// PID van categorie als startingpoint
     		category = {$plugin.tx_commerce_lib.catUid}
     		// Activeer om producten in menu te tonen
     		showProducts = 0
     		// PID van pagina met product listing
     		overridePid = {$plugin.tx_commerce_lib.overridePid}
	}

   	1 = TMENU
   	1 {
     		expAll = 0
     		noBlur = 1
     		NO {
     			allWrap = <li>|</li>
     		}
	}

   	2 < .1
   	2.NO.allWrap = <li><span class="categorie_item">|</span></li>

   	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
}


More information about the TYPO3-project-commerce mailing list