[TYPO3-commerce] navigation

Thibaut van de Mortel tibo at goutemesdisques.com
Tue Dec 25 20:49:45 CET 2007


Bas van der Togt a écrit :
> Hello Thibaut,
> 
> Thanks for your post!
> Can you please show me the TS of your catmenu?
> 
> Kind regards,
> Bas
> 

Here it is, but I don't think it will help you because I got this TS 
from here, so it is probably same as yours. The only changes I made are 
about the look of the buttons.

----------------------------------------------------------------------
lib.menu_shop = HMENU
lib.menu_shop {
	//protectLvar = 1
	special = userfunction
	special.userFunc = user_tx_commerce_catmenu_pub->init
	special{
		category = 4
		showProducts = 0
		overridePid = 28
	}
	1 = GMENU
	1.NO{
		wrap = | <BR>
   		XY = [4.w], [4.h]
   		backColor = white

   		4 = IMAGE
   		4.file = fileadmin/templates/main_fr/img/bgNavShopItem.gif

   		10 = TEXT
   		10 {
   			text.field = title
   			text.case = upper
   			fontFile = fileadmin/fonts/FUTURABC.TTF
   			fontSize = 12
   			fontColor = #555555
   			offset = 18,15
   			align = left
   			niceText = 1
   			
   		}
	}
	
	1.RO < .1.NO
	1.RO = 1	
	1.RO{			
   		4.file = fileadmin/templates/main_fr/img/bgNavShopItem_ro.gif
   		  		
   		10 {  			
   			fontColor = #333333
   		}
	}
	
	1.ACT < .1.RO
	1.ACT = 1
	1.ACT {
		4.file = fileadmin/templates/main_fr/img/bgNavShopItem_act.gif
   		  		
   		10 {  			
   			fontColor = #f01b8a
   		}
	}
	
	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
}
----------------------------------------------------------------------






More information about the TYPO3-project-commerce mailing list