How to set column count for catalog search – Magento

Try this in your app/design/     your theme    /template/catalog/product/list.phtml

Advertisements

<pre>

<?php
$_productCollection=$this->getLoadedProductCollection();
$_helper = $this->helper(‘catalog/output’);
$this->setData(‘column_count’,5);            <—— add this line
?>

</pre>

Tags:

Comments are closed

Latest Comments

No comments to show.