jpearson311 Posted February 4, 2009 Share Posted February 4, 2009 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 More sharing options...
NodsDorf Posted February 4, 2009 Share Posted February 4, 2009 There is somewhere to change that. Mine is located in the MoPics section under admin>configuration > more pics Number of columns Number of Rows I can't remember where it was before then. Link to comment Share on other sites More sharing options...
Hotclutch Posted February 4, 2009 Share Posted February 4, 2009 Try Admin - Configuration - Product listing - Product Listing per Row Set your permissions to 400 on your 2 configure files to get rid of the error at the top of the screen. Link to comment Share on other sites More sharing options...
jpearson311 Posted February 4, 2009 Author Share Posted February 4, 2009 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 More sharing options...
Hotclutch Posted February 4, 2009 Share Posted February 4, 2009 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 More sharing options...
jpearson311 Posted February 4, 2009 Author Share Posted February 4, 2009 OMG Ashley. I think you may be my future wife. It worked! Thank you so so much! I really appreciate it. Jesse Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.