Posts from July 16, 2013

Latest Comments

No comments to show.

How to set column count for catalog search – Magento

Try this in your app/design/     your theme    /template/catalog/product/list.phtml <pre> <?php $_productCollection=$this->getLoadedProductCollection(); $_helper = $this->helper(‘catalog/output’); $this->setData(‘column_count’,5);            <—— add this line ?> </pre>