Commerce is not quite that opinionated - it definitely could have a snippet that loops over resources and grabs all the TVs, but that locks you into a specific (resource) structure.
Now you can use the get_products snippets for anything no matter where you grab the product IDs from: on the product resource itself ([[*products]]), in a get/pdoResources listing ([[+tv.products]]), from a wishlist (cookielist or something else), or dynamically generate a list of product recommendations based on the current cart contents. Just feed the IDs into the snippet and format it any way you’d like.
One snippet to help with all of those (and many other) use cases is easier for us to maintain, and easier for users to learn
thanks !
ok, my problem is that i want to display products from different categories like you, but display on the homepage, so &parents=[[*id]] don’t work