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?