Managing collection of products #458
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
sarahelsaig
Jul 8, 2024
Replies: 1 comment 2 replies
-
|
Could you give more details about what you mean by "collection of products"? Do you want to group the products by categories, or something else? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can categorize content items using taxonomies, see this tutorial and the OC docs on taxonomies. Then, if you add a service which implements
IProductListFilterProvideryou will be able select which products to show inProductListPart. Unfortunately we don't have a tutorial on that process yet (see #459) but you can check out the already existingProductListTitleFilterProviderfor inspiration.