Search This Blog

Thursday 24 May 2012

Change magento column count in products grid list for each category

Add the following code into "Custom Layout Update" field for the category that you want change the number of products for each row to be diaplyed

<reference name="product_list">
    <action method="setColumnCount"><count>4</count></action>
</reference>

Refresh the cache and try out !!!!!!!!!

No comments:

Post a Comment