#Victor Agnez
1 messages · Page 1 of 1 (latest)
Hello 👋
Unfortunately, not possible 😦
Curious about the use-case though..
If you buy 5 shirts, you want to lower the price by 10% by example
Ah gotcha. Yeah not something we currently support.
Not sure if cross-sell might help as a workaround 🤔 it would not be the best UX though
No sorry, that doesn't meet my needs.
The other way to do it is to manage prices from my website and to create a different price for the product for each purchase and each time a subscription is modified. But i will have thousands of prices for each product very quickly. Do you think it is a problem or it is a possible way ?
The other way to do it is to manage prices from my website and to create a different price for the product for each purchase and each time a subscription is modified.
I'm confused, you said this is for one-time purchases correct?
My English is maybe not very good. I have several products. Some are for subscriptions, some for a one time purchase. In my initial checkout, i can have both. For each kind of product, i want to make a -5% if there is 2 of them and -10% if there is 3 or more of them.
My cart can be :
- 2 oneTime1 at 100€ each (so 95€ each with discount)
- 5 subscription1 at 10€ each (so 9€ each)
My total will be 280€ instead of 300€.
Is it a better explanation ?
(And of course, 1 month later, i need to have an invoice of 90€ for the subscription part)
Gotcha, thank you for your description of your use case. I will put in a feature request to allow this in future. For the time being I think you will need individual one time prices for each of those tiers and logic in your own code that decides which price to use on the initial invoice depending on the quantity