Hi,
I have a solution where I don't want to show BOM products in the producstlist. I only want to show them on product detail.
So I have product A which is just a good old regular product. I go to the page that shows product A.
Product A is also, together with another product (product B), part of a BOM (product C). So on the page showing product A I want to find this BOM and show the products that are part of this (+ an add to cart button etc.). Is this possible? I can ony see the products in the BOM if I access the product C page - and not when accesssing the product A (or product B) page.
I've tried using the BOMProducts loop (https://doc.dynamicweb.com/template-tags/ecommerce/product-catalog/product#BOMProducts), but this shows nothing on the product A page.
I've also tried to find something in the API that might be able to do this for me, but haven't found anything so far.
Is this possible in any way?