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>
Comments are closed