[TYPO3-commerce] navigation

Bas van der Togt bas.vander.togt at efocus.nl
Fri Jan 11 10:58:04 CET 2008


Hello Tibo,

I do you use the regular "localise to" buttons!
When i turning on all the debug information everything looks right.
The array has all the translations. But the menu is still empty.
I think there's a bug in my TS, but i can't find it. Any idea?

my TS:
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}
		displayManuForCat <
		entryLevel = 0
	}

	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

Thibaut van de Mortel wrote:
> Hello Bas,
> I saw your latest report on the bugtracker. I don't know why you're 
> still having the problem because I can assure you that the lib actually 
> works.
> 
> Can you tell me precisely the procedure you do when you localize a 
> category? Do you use the regular "localise to" buttons or do you create 
> it manually?
> 
> Regards,
> tibo


More information about the TYPO3-project-commerce mailing list