View Single Post
  #5  
Old 05-20-2005, 08:41 AM
 
Online Michael Online Michael is offline
 

eXpert
  
Join Date: Mar 2005
Location: Melbourne, Australia
Posts: 273
 

Default

Quote:
Originally Posted by TelaFirma
In the template /customer/main/products.tpl change the line
Code:
{if $usertype eq "C" and $config.Appearance.products_per_row ne "" and $config.Appearance.products_per_row gt 0 and $config.Appearance.products_per_row lt 4 and ($featured eq "Y" or $config.Appearance.featured_only_multicolumn eq "N")}

to

Code:
{if $usertype eq "C" and $config.Appearance.products_per_row ne "" and $config.Appearance.products_per_row gt 0 and $config.Appearance.products_per_row lt 5 and ($featured eq "Y" or $config.Appearance.featured_only_multicolumn eq "N")}

I see the only difference between the original and new code above is the 4 changing to a 5. I did this and for some reason it didn't work. I'm starting to think that it could have something to do with the version I'm using (x-cat 4.013). Any thoughts?
__________________
X-Cart 5.3.5.4
Reply With Quote