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?
Solved! Go to Solution.
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'.
You need to create two rules for the required solution.
https://drops.meetanshi.com/wvPIYw
When total is greater or equal 101, fix 20% discount(maximum discount)
https://drops.meetanshi.com/8XGAjE
@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?
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.
Yes but that way it´s not possible to applay the maximum discount.
"Uses per customer"= 1
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?
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
@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?
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.
Hi, somebody know an extension that could help me with this?