add layered navigation to magento tag page -
for tag page, mean kind of page:
http://demo.magentocommerce.com/tag/product/list/tagid/448/
i have add following code mytheme/layout/tag.xml after line
<label>tagged products list</label>
//code added
<reference name="left"> <block type="catalog/layer_view" name="catalog.leftnav" before="-" template="catalog/layer/view.phtml"/> </reference>
but layered navigation not show. answers.
Comments
Post a Comment