Hello!
Is it possible to create this kind of cart price rule:
--> customer gets a discount if he buys any 3 different items from a certain category?
I couldn't find a condition that satisfies a quantity of different items, just total quantity of items.
Thank you!
Hello @marketing_peixo
Yes, that is possible to create this kind of rule. you need to specify your quantity requirement in the condition section and the category specification in the action section of the cart price rule.
please review the below ss https://prnt.sc/1wsyw9u
If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation
Hi @dipmegpro !
Thank you for your cooperation.
But in this case, if customer buys any item of any category he gets the discount.
The discount must be given only if the items are from a certain category, but the items must be distint.
Exemple:
I have products A, B, C, D, E, F, G, H, I and J in the category X.
Customer will get a discount if he buys at least 3 distinct products from X.
i) if customer buys only 2 "A" products and 1 "B" product, the discount must not be applied;
ii) if customer buys any quantity of "A" + any quantity of "B" + any quantity of "C", the discount must be applied;
iii) if customer buys only 3 "A", the discount must not be applied;
iv) if customer buys any quantity of "A" + any quantity of "B" + any quantity of "C" + any quantity of "D", the discount must be applied.
And so on...
Remembering that cart also can have another products from other categories.
Thanks!
Hello @marketing_peixo
In this case, you can use the combination of the conditions. like the given example. and you need to add all possible ways for the rule and your requirement.
If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation
Hello @dipmegpro!
Yes, using combinations will work, but it's not a practical solution...
If I have 10 products in the category and I want to group 3 different products together, that will give me a total of 120 possible combinations!
And if I add or remove products from the category (and this happens dynamically), I would always have to rewrite the rule...
The closest solution I have found for what I need is this:
https://prnt.sc/1wu9v73
But in this case the rule would only work if you have a single unit of each of the 3 products. And ideally it would be any quantity of each of the 3 products...
Thanks!
Hello @marketing_peixo
As my knowledge, this is a very complex situation to maintain the rules with default Magento. you need to find an extension market for advance promotional rules where may your requirement will be full fil. amasty is making this type of extension,
If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation
I've historically used this extension for that type of rule:
https://marketplace.magento.com/amasty-module-special-promotions-pro.html
I recommend testing out the demo.
Best of luck!