Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I make 3 products in a row instead of 2?


jpearson311

Recommended Posts

My site address is https://www.ishopgco.com/osc/index.php. Under the "What's new here?", you'll notice that I have 3 products. Right now they're only showing 2 per row and I'd like for them to be 3 per row. I've been trying to figure this out for the past 3 hours and I cannot find it anywhere. I've looked all over the admin too. If someone wouldn't mind looking at it I would really really appreciate it. Thank you so much.

 

Jesse

Link to comment
Share on other sites

Thanks for your help you guys, but:

 

1. Don, I don't have a MoPics section in my admin. Is this a contribution?

2. Ashley, I don't have Product Listing - Product Listing per Row in my admin. I did set my permissions to 444 on my configure.php files though.

 

I do have a admin - configuration - maximum values - New Products Module that allows me to control how many products show under the new products on the homepage. Check it again to see what I mean. www.ishopgco.com/osc. Now I have 6, but there are still only 2 per row. Ugh.

Link to comment
Share on other sites

Thanks for your help you guys, but:

 

1. Don, I don't have a MoPics section in my admin. Is this a contribution?

2. Ashley, I don't have Product Listing - Product Listing per Row in my admin. I did set my permissions to 444 on my configure.php files though.

 

I do have a admin - configuration - maximum values - New Products Module that allows me to control how many products show under the new products on the homepage. Check it again to see what I mean. www.ishopgco.com/osc. Now I have 6, but there are still only 2 per row. Ugh.

 

In catalog\includes\modules\new_products.php

 

Look for

 

$col ++;

if ($col > 2) {

$col = 0;

$row ++;

}

}

 

Yours should have a 1 where the value of 2 is. If you want 3 columns, change to 2 etc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...