Guest Posted November 13, 2004 Posted November 13, 2004 Hey everybody! in the new products page at the first page, the new products are shown in 3 columns. i just wanna show them in 2 columns what do i have to change??? can't find it, thanks a lot
F23 Posted November 16, 2004 Posted November 16, 2004 Can you share how you solved it? I have the same problem/need. Thanks! -Ken
F23 Posted November 17, 2004 Posted November 17, 2004 Ok, i just found the answer in another post (sorry about that). For everyone: To change the columns in the "New Products Box" that loads on index.php, locate and open the file at: /catalog/includes/modules/new_products.php At about line 36 you should find: $col ++; if ($col > 2) { $col = 0; $row ++; } } Change the number "2" here to however many columns you want. 0 = 1 column 1 = 2 columns 2 = 3 columns And that's how you change the number of columns.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.