For a shopify store, I am trying to create a build-a-box bundle with a fixed price. Let say user can select any 3 products from a collection for $100.
My planning is like this:
- Create an alternative page for user to select products
- When user has selected products, add to cart will add them with a discount at once
However, I cannot set a fixed amount or percentage discount since the price is fixed at $100. I don't know what user selects when I create a discount.
What is the correct approach? I plan to use this approach because the inventory will be correctly deducted
p.s. I am looking for technical approach but not using 3rd party apps