Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Frontend changes for displaying product layout


CIAWoman

Recommended Posts

Posted

I created two items to see if everything worked and it does. Now I want to change the 2 items per row to one item per row on the "Feature Product" home page. See the link to the site......

 

http://www.creamcitytrains.com/shop/

 

Just point me in the right direction, also the thumbnail images will be 180 wide x 75 high instead of the one showing.

 

Thanks in advance, Peyton :rolleyes:

I'm not in anyway a spy, but if I were, I'd be Cute In Anything.

Posted

In /includes/modules/featured.php find:

 

 

	if ($col > 2) {
  $col = 0;
  $row ++;
}

 

change it to:

 

 

	if ($col > 0) {
  $col = 0;
  $row ++;
}

 

 

Sonia

Archived

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

×
×
  • Create New...