Products Added To Child Collection Should Also Be Placed In Parent(s) #537
poppabear8883
started this conversation in
Feature Requests
Replies: 1 comment
-
I think that behaviour wouldn't be intuitive. By adding a custom observer you should be able to achieve this. But I would suggest this is more of a display issue. We have the data in the database, we just need a nice way to get all products from a category and its descendants. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think that when adding a
Product
to a Child collection it should automatically be placed in the parent(s) ...For example:
Say I have a Parent Collection
Signs
and that collection has a Child CollectionGaming & Streaming
.And I add a Product to the Child Collection
Gaming & Streaming
, but maybe I want to view all products from the parent and all of its children.We can do this by adding the products to both collections, but I feel like this is such a common structure that maybe its a default behavior ?
What are your guys thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions