[TYPO3-shop] Commerce categories menu CUR property
Dusan Aleksic
dusan.aleksic at deepscreen.ch
Sat Feb 3 11:22:35 CET 2007
Hi all,
I have a menu that shows country list, those countries are categories of
products. Rollover effect is working fine but when I click on one of the
countries name it takes me to the gallery of products, what I would like
to somehow manage is to make that country (on which I clicked, and whose
gallery is showing) turn red. I tried with CUR, as you can see below in
code that I use for generating menu, but it's not working.
So question is, how do I do it?
lib.country_menu = HMENU
lib.country_menu {
special = userfunction
special.userFunc = user_tx_commerce_catmenu_pub->init
special{
category = 152
showProducts = 0
overridePid = 128
}
1 = GMENU
1{
NO{
XY = 74,14
format = gif
quality = 100
noblur = 0
expAll = 0
backColor = #FFFFFF
10 = TEXT
10{
text.case = upper
text.field = title
fontColor = #7A7F6B
fontSize = 8
fontFile = fileadmin/fonts/STAN0757.TTF
offset = 0,[10.h]
niceText = 0
antiAlias = 0
}
}
RO < .NO
RO {
10.fontColor = #000000
}
RO = 1
CUR < .NO
CUR{
10.fontColor = #E81000
}
CUR = 1
}
More information about the TYPO3-project-tt-products
mailing list