View Single Post
  #2  
Old 08-29-2010, 06:43 AM
  robb3369's Avatar 
robb3369 robb3369 is offline
 

Advanced Member
  
Join Date: Jul 2010
Posts: 83
 

Default Re: $cat_products and $f_products displaying differently

You need to look at the customer/main/products.tpl a bit closer... the include line simply "throws" a list of products (either $f_products for the list of featured products or $cat_products for the list of products within a specific category) into the next template being called. And if the featured="Y" is set, then the products_t.tpl is called, otherwise the products_list.tpl is called.

You need to look at the diferences between products_t.tpl and products_list.tpl for the cause of your issue...
__________________
Thanks, Rob

X-Cart 4.4.5 and 4.5.4 on Linux
Reply With Quote