Set discount rule for product's variant by Fixed amount
For example the original price is €10/item. You set up the rule as follow
If a customer buys 5 products => the subtotal will be €40 instead of €50. This is the fixed price.
As a result:
if a customer buys 6 products => the total price will be €40 + €10 = €50
if a customer buys 7 products => the total price will be €40 + €10*2 = €60
This is how you set the rule
This is how it will display
After that, you want to add rule for variant A7/ Premium like this
If a customer buys 5 products of A7/ Premium => the subtotal will be €30 instead of €50. This is the fixed price.
As a result:
if a customer buys 6 products => the total price will be €30 + €10 = €40
if a customer buys 7 products => the total price will be €30 + €10*2 = €50
This is how you set the rule
And this is how it will display
How to add rule for product's variant?
How to add rule for product's variant by discounted amount?
How to add rule for product's variant by percentage price?
If a customer buys 5 products => the subtotal will be €40 instead of €50. This is the fixed price.
As a result:
if a customer buys 6 products => the total price will be €40 + €10 = €50
if a customer buys 7 products => the total price will be €40 + €10*2 = €60
This is how you set the rule
This is how it will display
After that, you want to add rule for variant A7/ Premium like this
If a customer buys 5 products of A7/ Premium => the subtotal will be €30 instead of €50. This is the fixed price.
As a result:
if a customer buys 6 products => the total price will be €30 + €10 = €40
if a customer buys 7 products => the total price will be €30 + €10*2 = €50
This is how you set the rule
And this is how it will display
How to add rule for product's variant?
How to add rule for product's variant by discounted amount?
How to add rule for product's variant by percentage price?
Updated on: 21/07/2022
Thank you!