Pricing of bundles with free gift #295
meandillar
started this conversation in
Feedback: Cart Transform API
Replies: 1 comment
-
I see that a free gift can be added using a Product Discount function but it isn't nested within a bundle like a Cart Transform function. With Scripts we can currently configure a bundle like:
It would be great to have combined functionality of Cart Transform and Product Discount so that free items could be shown nested within a bundle as "free". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I currently use Scripts for bundling products and we're looking into cart transform functions. One thing I noticed in the docs is that the bundle price is spread across all bundle components using a "weighted price algorithm". For example, I want to allow a product (component 1) to be bundled for free with another product (component 2), so the bundle would have a discount that amounts to the price of the free product. This would theoretically cause the discount to be spread across both components (or am I misinterpreting this?) and the cart/checkout wouldn't reflect the fact that it is simply a free product bundled with another.
Is there be a way to allocate the entire discount to one component in the bundle, or control how the discount is allocated?
Beta Was this translation helpful? Give feedback.
All reactions