- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Shopping Cart - Discount applied dependant on number of Product items
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Shopping Cart - Discount applied dependant on number of Product items
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.
- Step 1. Choose the ‘Percent discount for product set’ field.
- Step 2. Specify SKUs or category IDs in the ‘Product Set’ fields. Here you define a set of products that will trigger the discount."
Best of luck!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Shopping Cart - Discount applied dependant on number of Product items
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