[TYPO3-commerce] catmenu for second lang

Bas van der Togt bas.vander.togt at efocus.nl
Tue Dec 4 18:39:47 CET 2007


Hello list,

Does anybody know how to use the following menu for a second language?

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
}

Kind regards,
Bas


More information about the TYPO3-project-commerce mailing list