Hoping someone can help.
Basically I need to set a shopping cart rule that says if a customer buys 15 or more “different” products then they get 5% off.
So it needs to be 15 different products and not just total cart quantity. Therefore, they can buy multiples of each product type but it has to be 15 or more different types products. Hope that makes sense
To add I am currently using Magento version 1.9.2.1.
Thanks you, SW
You might want to take a look at this extension:
https://marketplace.magento.com/amasty-extension-special-promotions-pro.html
This extension has a lot of rule-based discounts that you can apply. One type is Product Sets
https://amasty.com/docs/doku.php?id=magento_1:special-promotions#product_set
"With this action you will be able to set ‘Buy sunglasses with a shirt and get a 20% discount’ promotion and many similar promotions.
Best of luck!
Hi Robert,
Thanks for the suggestion. However, I can currently do what you suggested using the catergories condition. But I'm struggling to find a solution to count the number of different SKU's in the cart, rather than do a total count of the cart.
Regards, SW