[TYPO3] Commerce extenison -categories menu problem

Dusan Aleksic aledujke+typo3 at gmail.com
Wed Jan 10 14:27:48 CET 2007


My problem is:
I create a menu whit categories, that menu should  show products  on some
other page (when you click on some of the categories), but it shows products
on the same page that it (menu) was shown.

i.e: menu is created  on page with id=50  and it should should show product
list on page with id=99.

when i change the id number in the addressbar from 50 (which is the page
that has menu on it) to 90 everything works fine.

This is code that creats menu:

lib.CountryMenu {
special = userfunction
special.userFunc = user_tx_commerce_catmenu_pub->init
special{
category = 8
showProducts = 0
overridePid = {$plugin.tx_commerce_lib.overridePid}
}
1 = TMENU
1 {
wrap = |
expAll = 0
noBlur = 1
NO.wrapItemAndSub = |&nbsp

}

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
}


Help anyone?


More information about the TYPO3-english mailing list