cancel
Showing results for 
Search instead for 
Did you mean: 

Cart price rule with maximum discount.

SOLVED

Cart price rule with maximum discount.

Hi, 

 

I´m trying to apply a new cart price rule with 20% of discount over the hole cart. But I would like the rule would have a maximum discount. For exmple if the cart has 100 de discount will be 20 and if the cart has 150 de discount will be 20. How can I do it?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Cart price rule with maximum discount.

Hello @amauriziane1af,

 

Partially, this can be achieved with the help of https://marketplace.magento.com/mageworx-module-personalpromotionmeta.html

 

Or consider the Customer Prices Suite extension:

https://marketplace.magento.com/mageworx-module-customerpricessuite.html

 

---------------------------------------------------------

If you've found our answer useful, please give 'Kudos' or 'Accept as Solution'.

 

View solution in original post

14 REPLIES 14

Re: Cart price rule with maximum discount.

@amauriziane1af  

You need to create two rules for the required solution.

  • First: Apply 20% on cart total of 100

https://drops.meetanshi.com/wvPIYw

 

  • Second: 

When total is greater or equal 101, fix 20% discount(maximum discount)

https://drops.meetanshi.com/8XGAjE

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Cart price rule with maximum discount.

@Sanjay Jethva thanks for your answer.

But I still have a question. How can I give this discount only to one specific customer, it is possible?

Re: Cart price rule with maximum discount.

@amauriziane1af 

No, it's only possible for a customer group, not for a customer.

For that, you need to create a specific coupon code with the option "Uses per customer"= 1 and assign it to that customer.

 

 

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Cart price rule with maximum discount.

Yes but that way it´s not possible to applay the maximum discount.

"Uses per customer"=

 

So, I like to give a cupon to one specific customer with 20% of discount to the hole cart, with a maximum discount of $20. @Sanjay Jethva or Any one know a way?


 

 



 

 

 

 


 

Re: Cart price rule with maximum discount.

@amauriziane1af 

You can increase the value of that.

It is a number of customers for whom, you want to allow them to use your coupon code

And that rule of maximum will also work but you just have to set same code for both rule.

for ex: Uses per customer = 5

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Cart price rule with maximum discount.

@Sanjay Jethva I already try to apply the same code for both rules but it dosen't work.

 

The question now is: May I apply the same code for for tow diferent cart rules?

Re: Cart price rule with maximum discount.

@amauriziane1af

 

The same rule can't be applied to two cart rules. you need to generate separate codes for both.

Otherwise, you have to customize programmatically for specific customer

additionally, there's paid extensions also for this requirement.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Cart price rule with maximum discount.

Ok, thanks. @Sanjay Jethva 

 

Do you know some paid extension that could work for this type of cupons?

Re: Cart price rule with maximum discount.

Hi, somebody know an extension that could help me with this?