How to change the number of the New Products in the front page?
In your admin panel under osCommerce configuration->Maximum Values there is a setting named New Products Module. By default it is set to 9. That is 9 products or pictures in your new products. In the above code, if ($col > 2) default code, that will show as 3 pics accross and 3 pics down. 3 rows and 3 columns. If you want 2 pics accross (2 columns) then change if ($col > 2) to a 1. With max 9 pics that will give you 5 rows with 2 pics in the first 4 rows and 1 in the fifth.









