Fixed discount for item only from the second one
-
Hi a have a pre sale question
I’ve checked the demo and the doc but I don’t understand how to do a discount like this:I have different products on my ecommerce and I would like that, for each product, if a user buy 2 or more product, the second, third etc, will have a fixed discount.
The discount amount is the same for all the products.
Example:
—-
Product A = price 10 $ with 5$ discount from the second one
User buy 1 product A => total 10$
User buy 2 product A => total 10$ + 5$
User buy 3 product A => total 10$ + 5$ + 5$
—-
Product B = price 20 $ with 5$ discount from the second one
User buy 1 product B => total 20$
User buy 2 product B => total 20$ + 15$
User buy 3 product B => total 20$ + 15$ + 15$Is it possible?
I can’t use percentages
I’ve tried bulk mode, set mode, everything but I don’t understand how to reach that result.
I’m only able to make a discount for each product, included the first one but I need that the first one it’s always fullThank you
- The topic ‘Fixed discount for item only from the second one’ is closed to new replies.