[TYPO3-shop] Wrap for single category in CATLIST

Franz Holzinger franz at fholzinger.com
Mon Nov 6 19:22:46 CET 2006


Hello


> If I insert a category-list, the list gets diplayed like this:
> 
> <div class="tt_products_item_catlist">
> <ul id="cat1"> </br><option class="w1" value="1"> </br></br>
> <a
> href="index.php?id=273&amp;tx_ttproducts_pi1[cat]=1&amp;cHash=0745f726fe"
> class="w1">Cat1</a></br>
> <option class="w2" value="2"> </br></br>
> <a
> href="index.php?id=273&amp;tx_ttproducts_pi1[cat]=2&amp;cHash=88333c39f4"
> class="w2">Cat2</a></br>
> </option></ul>
> 
> How can I get rid of the option-Elements and why are the <li>-elements
> missing?
> 
You must set the displayCatListType=ul
This needs tt_products >= 2.5.1


- Franz



More information about the TYPO3-project-tt-products mailing list