View Single Post
  #4  
Old 08-06-2007, 01:54 PM
 
mikalou mikalou is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default Re: How do I display all subcategories along with all products

I needed to add
Code:
$products = "";
after
Code:
$smarty->assign("subcategories",$subcategories); $cat = $_oldcat;
in your products.php custom routine.
Here's why:
If the category has no products but has multiple subcategories, and if the last category of those subcategories has products, the page would display these products twice. Once within the sub category and once underneath the category.
__________________
X-Cart Gold 4.2.2 - 3.1.19
Reply With Quote