Hi,
When I select a filter on my Layered navigation block, the filter gets duplicated. Checkout at http://magento.tantosoft.com, select a category, then click on a price filter, it will be duplicated when the filter is ON. Is this normal?
Mary.
3 answers
Also Filter by Manufacturer or Color does not work correctly, perhaps the attribute is not set correctly, any tips to make it to work?
Thanks.
This is what I get when I click on a Color Filter; extracted from /var/reports/
HTML Code:
a:5:{i:0;s:63:"You cannot define a correlation name 'color_idx' more than once";i:1;s:3531:"#0 /var/www/virtual/tantosoft.com/magento/htdocs/includes/src/__default.php(59434): Zend_Db_Select->_join('inner join', Array, 'color_idx.entit...', Array, NULL)
Solved: See http://www.magentocommerce.com/boards/viewthread/50251/
The problem was that I had several declarations of the
<block type="catalog/layer_view" name="catalog.leftnav" before="-" template="catalog/layer/view.phtml"/>
at the layout/catalog.xml, and for the filters to work you can only have one.
This question is now closed