osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Product Images Run off page

This is a discussion on Product Images Run off page within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; When there are only two images it fits fine. However I've got many categories I need to fit in there ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-20-2005, 02:47 PM
New Member
 
Join Date: Oct 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pablo
Default Product Images Run off page

When there are only two images it fits fine.

However I've got many categories I need to fit in there and they are running off the side of the page.

Anyone know how I can alter it so the images drop down to the next row?

Take a peek?
http://www.belove7.com/epiphanyetc/index.php?cPath=35
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-21-2005, 03:03 AM
New Member
 
Join Date: Oct 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pablo
Default

Got the answer somewhere else. In case you run into this.

Quote:
For the categories at the top of your page you can set the number to display per row in admin - Configuration>>Maximum Values>>Categories To List Per Row - the default is 3

For your new products module, open /includes/modules/new_products.php in an editor and change:

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


to:

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


Matti

This post has been edited by Johnson: Today, 09:22 AM


--------------------
Matti Ressler
osCommerce, Community Forums Moderator Team
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
PRODUCT IMAGES jschafer52 osCMax v2 Customization/Mods 1 07-11-2006 06:46 PM
Product detail page as the home/main page??? sukarya osCommerce 2.2 Modification Help 1 02-17-2006 06:21 AM
Other images for this product box? [wicked] osCMax v2 Features Discussion 1 08-17-2005 07:36 PM
Show manufacturer's name on product page, not category page kellbot osCMax v1.7 Discussion 0 04-25-2005 05:57 AM
Product images in grid on the front page? nfmg osCMax v1.7 Discussion 4 03-04-2005 07:55 PM


All times are GMT -8. The time now is 09:38 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax