Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
In my product page templates it would be useful to be able to discriminate between regular products and those which represent bundles from the Shopify Bundles app. Is is possible to inspect some property on the `product` object or its variants to determine this? Thanks.
Solved! Go to the solution
This is an accepted solution.
This doesn't seem to be possible so I eventually resorted to tagging each bundle product and checking for the tag. Not ideal but it works.
This is an accepted solution.
This doesn't seem to be possible so I eventually resorted to tagging each bundle product and checking for the tag. Not ideal but it works.