[TYPO3-commerce] Category menu with image

Igor Pstyga optibox at gmail.com
Fri May 18 12:03:37 CEST 2007


Hi there.
Help pls, How to add category images into Category menu items?

menu TS:

menu.shopnav = HMENU
menu.shopnav {
	special = userfunction
	special.userFunc = user_tx_commerce_catmenu_pub->init
	special{
		category = 5
		showProducts = 0
		overridePid = 14
	}
	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
}

Thanks for answer.

-- 
Regards,
Igor


More information about the TYPO3-project-commerce mailing list