Any way to exclude bundle components from discount?

Hi,

Is there a way to exclude certain components of a bundle from a discount?

For example, our bundle contains components A and B. The 10 % discount is currently split between both, but - due to a legal requirement - the customer needs the discount applied only to component A.

I don’t see a way to do this. Am I missing something?

Instead of discount, you can adjust the compare at price for the component A only if I am not wrong?

Hey there! I’m a developer on the Discounts team. I could use a few more details to help you out with this.

  • Is this a fixed bundle created with the productBundleCreate mutation, or created with a Cart Transform Function?
  • What kind of discount are you referring to? A Discount created in the Discounts section of Admin, or something else? Is it based on a Discount Function?

Thank you!

2 Likes

Hey @AdamF-Shopify!

  1. So the bundle is created with productBundleCreate mutation (via Shopify Bundles app)
  2. discount is added by discount function

Thank you!

Hey @AdamF-Shopify, can you please let me know? thank you!

Apologies for the delayed response. Unfortunately, I don’t have good news: no, you cannot exclude specific bundle components from discounts with Discount Functions. As far as I can tell, the cart input you can query shows each bundle as a single line item, not individual components. :pensive_face: