Magento Add Layered Navigation Easy


/ Published in: HTML
Save to your folder(s)

Insert upto the end of to cms page and the second half to the custom layout


Copy this code and paste it in your HTML
  1. <div class="category-head"><h2>Motoimage </h2></div>
  2. {{block type ="catalog/product_list" category="4" template="catalog/product/list.phtml"}}
  3. <!-- content -->
  4.  
  5. <reference name="left">
  6. <block type="catalog/layer_view" name="catalog.leftnav.homepage" before="-" template="catalog/layer/view.phtml"/>
  7. </reference>
  8.  
  9. <reference name="top_slider">
  10.  
  11. <block type="cms/block" name="showcase">
  12.  
  13. <action method="setBlockId">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.