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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -