[TYPO3-commerce] 3 level deep menu

Bing van Moorsel | Idar Creative bing at idar.nl
Fri Jan 29 12:42:47 CET 2010


Hallo list,

First of all i like to tell you that I'm new in the world of Typo3 and 
Commerce and might ask some verry basic stuff.

My category's are like this:

Country -> region -> Reseller.

Now my question.
i want a menu wich shows the countrys, in the countrys the regions and in 
the regions the resellers

Example:
- Holland
    - Zuid-Holland
        - Bob
        - Jhon
    - Brabant
        - Henry
- France
    - Alps
        - Jack

Now I'm making a list:

lib.slider  = HMENU
lib.slider {
       special = userfunction
       special.userFunc = user_tx_commerce_catmenu_pub->init
       special {
               category = 2
               showProducts = 1
               overridePid = 88
       }
 1 = TMENU
 1 {
  wrap = <ul class="mainmenu">|</ul>
  itemArrayProcFunc = user_tx_commerce_catmenu_pub->clear
         expAll = 1
         noBlur = 1
         NO.wrapItemAndSub = <li>|</li>
         ACT = 1
         ACT.wrapItemAndSub = <li>|</li>
 }

 2 < .1
 3 < .1
}

But Category 2 only shows me Holland and France.
how do i create at least 1 deeper level (and after that another level).

Thanks for your help and time!

Greetings,
Bing 





More information about the TYPO3-project-commerce mailing list