View Single Post
  #7  
Old 04-01-2008, 04:16 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Storefront Design... adding products to features

In order to allow more than 3 per row, you need to change line 6 in customer/main/products.tpl from this:

$config.Appearance.products_per_row lt 4

to this:

$config.Appearance.products_per_row lt 6

That will allow you up to 5 per row as set in General Settings/Appearance options.

You really should upgrade, as you are running on an unstable release which could cause all sorts of security and customer usability issues.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote