View Single Post
  #5  
Old 09-14-2005, 08:59 PM
 
dannyrus dannyrus is offline
 

Member
  
Join Date: Sep 2005
Posts: 18
 

Default

Thanks guys - for anyone else who wants to know how to do it:

customer / main / products.tpl
- near the top of the page, find "$config.Appearance.products_per_row lt 4" (less than 4 - for 3 rows) and change to lt 6 (for 5 rows) etc.

then in admin / general / appearance, change the number of columns to match.

Next question: Is there a way to have the "TD" containing the product info set to a fixed width, instead of a % of 100, then have them wrap to the next line if they don't fit?? Such as what is done on the creatas.com website.

The reason is that I am building a similar site to creatas, and I'd like to be able to use thumbnails either portrait or landscape and not have the "TD" have to expand to fit the thumbnail - I'd like to not have to set a width for the thumbnail, rather have the "TD"s width determine that and squeeze the thumbnail in, so that all thumbnails are the same proportion... If that makes sense...??

Thanks for any help...
Reply With Quote