Bundling Products #1265
mattrclarke
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, Basically it's not natively supported right now, but planned for v2. One comment near the end explains how someone implemented it as a plugin though, which might be useful for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI - is currently any concept in vendure of bundled products?
Essentially i'm trying to create a bundle - a single variant, that when purchased - reduces the inventory of the products in that bundle.
I can do this through grouping variants through facets -
so when a bundle is bought all the other variants with a matching
bundle_id
facet get added to cart, and then applying a promotion of buy x get all the products in the bundle free, but I feel like there is probably a better way to do this I might not have come across yet?Any thoughts would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions