I would like to have catalog to display nodes from all subcategories. As default by clicking on category, UC displays list of categories in grid.
Category 1
Category 2
-- Subcategory 2.1
-- Subcategory 2.2
-- Subcategory 2.3
-- Subcategory 2.4
-- Subcategory 2.5
Category 3
Category 4
So when I click On "Category 2" I would get product list of all products in subcategories 2.1 - 2.5
In Drupal it should work like this: taxonomy/term/X/all. But what if I use pathauto to generate aliasies for categories like catalog/category-2/subcategory-2-1. By adding /all at the end of link I get "page not found".
Even without pathauto when I go like /taxonomy/term/13/all (where 13 is ID of Category 2) I get my product list right but the catalog block does not expand to show subcategories of Category 2.
Thank you.

