Setting List Grid as Default for Product Display Using Search Bar

catalogsearchproduct-viewsearch

How to set the list grid to be the default preview when product/products are displayed using the search bar?

Best Answer

<catalog_category_layered>
 <reference name="product_list_toolbar">
  <action method="setData">
   <key>_current_grid_mode</key>
   <value>grid</value>
  </action>
 </reference>
</catalog_category_layered>
Related Topic