Hi,
I am trying to use taxonomy to catalog my products. Say I have a catalog with following structure:
Clothing (term id = 1)
- Hat (term id = 2)
- Shirt (term id = 3)
And I two products: "myhat" labeled as term "Hat", and "myshirt" labeled as term "Shirt", and of course I have two display nodes: "myhat-display" and "myshirt-display". (here, I only have one product type, and one product display content type)
After creating my page view with path: taxonomy/term/%
on page: taxonomy/term/2, and page taxonomy/term/3, I have no problem showing "myhat-display" and "myshirt-display"
However, the page: taxonomy/term/1, shows nothing, which should be showing both "myhat-display" and "myshirt-display".
BTW, in my views page, I set the Contextual filters and Relationships as follows:
Contextual filters
(Products referenced by field_general_product) Commerce Product: Product Catalog
Relationships
Content: general_product
Any idea what the problem is, and how to solve it?
Comments
Comment #1
rszrama commentedPer the issue submission guidelines, we prefer to answer support questions at http://www.drupalcommerce.org/questions, especially when they're regarding how to configure Drupal Commerce alongside other Drupal core or contributed modules. If I recall right, Views doesn't show child terms in listings by default anyways, but if you repost the question to DC.org with an export of the View you're using, link it in here and I'll see if I can help.
Comment #2
foredoc commentedHi Ryan,
I have re-posted this question per your suggestion:
http://www.drupalcommerce.org/questions/14281/views-taxonomy-page-does-n...
Hopefully will hear back from you.
Thanks.