Predd0 Posted April 17, 2004 Posted April 17, 2004 Hi I've just installed a contribution for osCommerce (Featured Products http://www.oscommerce.com/community/contributions,651 ) and have a question regarding it. Just wondering how I can make the featured products table on the main page only have 2 columns, so if I have 3 products the 3rd will be sent to the next line? Thanks! Cheers Jay Jay TNT Road Express based on post code contribution Orders in Holding 3.1
zzfritz Posted April 17, 2004 Posted April 17, 2004 This is a simple change to includes/modules/featured.php. At line 55 there is a condition if ($col > 2) This puts three items per row, so if you change the 2 to a 1, it will put two per row.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.