Commerce taxonomy catalog
Hi,
Is there a possibility to browse terms in commerce?
For example:
-A
--Aa
---Aaa
--Ab
-B
When you click A, you will see a link to Aa and Ab. When you click Ab you will see all the products listed in term Ab.
Thanks.
Comments
basically you and me are
basically you and me are trying to do the samething. I'm still trying.
http://www.drupalcommerce.org/node/1054
What i've done so far: A view
What i've done so far:
A view (type=term) which shows the title and the image (fields) assigned to a term. The path is "categories/%". When i input the contextual filter A, i see the image and the title of A but i want to see the children. And i think this is also conflicting with the view taxonomy/term/%.
I've done it this way: -
I've done it this way:
- Build a taxonomy catalogue
- In the product display node type add the field "taxonomy refernce" (I add checkboxes for quick editing)
- Edti the product displays and check the terms that apply to that product
- Build a Menu using the taxonomy urls or use the taxonomy menu module (http://drupal.org/project/taxonomy_menu)
See also the tutorial from Ryan: http://vimeo.com/22748684