Change grid to 4 columns

Hi there,

I want to change te grid lay-out (catalog) from 3 to 4 columns. How can I do this?

Thanks in advance!
J.

7 answers

Profile photo of Jeroen van Krimpen 0.00 $tone March 22, 2012
Public

Thanks for your reaction, Chavan.

However I don’t think this is a solution for me. But I think I understand the possible confusement. I do not want to change the amount of page columns (like the left and right one), but the amount of products shown in grid mode. This is set to 3, but I wan’t to show 4 products in a row. I think the key is in list.phtml. But I do not see the solution.

Thanks,
Jeroen

#2
Profile photo of chavan 100.00 $tone March 27, 2012
Public

The issue is Fixed, please check and confirm.

Changed file /app/code/core/Mage/Catalog/Block/Product/Abstract.php

changed code

Code:

protected $_defaultColumnCount = 3;

to

Code:

protected $_defaultColumnCount = 4;
#6

This question is now closed

Written By

Comments