View Single Post
  #3  
Old 08-30-2010, 04:52 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: $cat_products and $f_products displaying differently

Thanks for your reply Rob, but that doesn't seem to fix the problem.
I looked in products.tpl, line 28
Code:
{if $config.Appearance.products_per_row && ($featured eq "Y" || $config.Appearance.featured_only_multicolumn eq "N")} {include file="customer/main/products_t.tpl"} {else} {include file="customer/main/products_list.tpl"} {/if}

and commented out
{include file="customer/main/products_t.tpl"}

and none of the pages I have mentioned were affected. (I had looked in Webmaster Mode and seen that only products_list.tpl was being called on all the pages involved.)
__________________
X-Cart Gold Version 4.3.2
Reply With Quote