This is a feature inquiry:
Is there a feature that will allow me to list all items/products of a category including all items under the subcategories under?
This is a feature inquiry:
Is there a feature that will allow me to list all items/products of a category including all items under the subcategories under?
There is a mod and a little bit old for v1.2.x. Don't know whether it works for v1.3 or not.
http://plone.held-im-ruhestand.de/so...art-categories
Demo
http://shop.frankfurt.it/
A New Starter again
hmmm, interesting although the demo doesn't seem to list all items (under it inc subcats) whenever I click "WOMEN".
Hello, this is just an update if anybody has similar inquiry as I had. Here it goes:
all I want was to list all items under a categories including those items under subcategories -- recursively.
I found this function to answer my need:
File: include/functions/functions_categories.php
zen_get_categories_products_list($categories_id, $include_deactivated = false, $include_child = true)
you'll love this function :)
How did you get this to work, if I may ask? My file already SAYS that on that line and it is not showing subcategories. I am really flummoxed over this one. I have spent the better part of three hours messing with this one feature and trying to decide how I want it to look ...Originally Posted by juneym
Barbara
I need to implement this function too!
Let's say I have this category tree:
Parent
----child1
----child2
----child3
I would like to be able to click on "Parent" and get the whole child1, child2 and child3 product listing...
Is it possible?
Thanks in advance.
Milk.