cancel
Showing results for 
Search instead for 
Did you mean: 

magento advanced search add layered navigation

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

magento advanced search add layered navigation

 

Hi,
 
Quick search layer navigation working fine but .. when add layer navigation in the catalogsearch.xml file its showing sql error.
in my catalogsearch.xml i have the following
 
<catalogsearch_advanced_result>
        <!-- Mage_Catalogsearch -->
        <reference name="root">
            <action method="setTemplate"><template>page/3columns.phtml</template></action>
        </reference>
        
        <reference name="left">
               /* Here is the code im having issues with */
             <block type="catalogsearch/layer" name="catalogsearch.leftnav" template="catalog/layer/view.phtml"/>
        </reference>
   </catalogsearch_advanced_result>                      
 
 
 
Please any one help me its urgent.