[TYPO3-shop] catlist not working properly using 2.5.1
Errol Mars
errolmars at gmail.com
Wed Nov 8 20:17:49 CET 2006
I'm trying to setup tt_products with hierarchical categories and have
installed all requires extensions and configured as manual states but
have been unsuccessful.
tt_products 2.5.1
mbi_products_categories 0.1.1
table 0.1.7
fh_library 0.0.14
xajax 0.2.4
Categories are not being displayed as list, I copied generated html to
show that the catlist is not being wrapped properly. There are no <li>
tags and only the closing </ul>. I have set
plugin.tt_products.displayCatListType= ul which is set as default.
<!-- Plugin inserted: [begin] -->
<!-- BEGIN: Content of extension "tt_products", plugin
"tx_ttproducts_pi1"-->
<div class="tx-ttproducts-pi1">
<div id="tx-ttproducts-pi1-listcat">
<div class="tt_products_item_catlist">
<a
href="store/products/?tx_ttproducts_pi1%5Bcat%5D=1&cHash=ab780eec84"
class="w1">China</a>
<a
href="store/products/?tx_ttproducts_pi1%5Bcat%5D=2&cHash=4bb2ad49ec"
class="w2">Art Work</a>
<a
href="store/products/?tx_ttproducts_pi1%5Bcat%5D=3&cHash=8c081846db"
class="w3">Pottery</a>
<a
href="store/products/?tx_ttproducts_pi1%5Bcat%5D=4&cHash=a169c76530"
class="w4">Furniture</a>
<a
href="store/products/?tx_ttproducts_pi1%5Bcat%5D=5&cHash=92a583bee7"
class="w5">Glass</a>
</ul>
<!-- ###CATEGORY_SINGLE_2### begin-->
<!-- ###CATEGORY_SINGLE_2### end-->
<!-- ###CATEGORY_SINGLE_3### begin-->
<!-- ###CATEGORY_SINGLE_3### end-->
</div>
</div><!-- END: tx-ttproducts-pi1-listcat -->
</div>
<!-- END: Content of extension "tt_products", plugin
"tx_ttproducts_pi1" -->
<!-- Plugin inserted: [end] -->
More information about the TYPO3-project-tt-products
mailing list