Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Featured Products Contribution help


Predd0

Recommended Posts

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...