Hi,
We have a use case where the editor/admin wants to be able to create bundles of an arbitrary number of products.
We already have products created and organized in categories with variants, prices, descriptions, images, etc.
The admin wants to create landing pages for various campaigns where they can pick and choose products that already exists, bundle them and apply some discounts to these bundled products.
However, it seems that the bundle-feature is based on a “select a base-product and add additional features”-use case. But that would require us to create a base product, aka. “the bundle”, and duplicate the product contents or add a content picker.
But our campaign-page is not a product, why it would not have a price and therefore cannot be added to the cart.
I tried adding a 0-price to the campaign page and added a content picker to select the products in the bundle. And it works. Kinda… Setting the editor-experience aside, with the 0-price on a non-product, we cannot add discounts to the products within the bundle.
Say I have a bundle with 10% off on product A. Those 10% should only be applied to the product in the bundle. If the customer adds product A again, the second one should not get a discount, since it is not part of the bundle.
To summarize:
Can I make a bundle from an arbitrary list of products without a “parent bundle product” and apply discounts to only those bundled products, and how?