Magento shopping cart rule for X+ items in cart - magento

Is it possible to have a shopping rule set like i want to give discount when there is a
x+ items in cart.
It can be any items simple or configurable or grouped product. i just want to give discount when cart items reach to X number.
thanks

Yes if you got to Promotions > Shopping Basket Rules > Then create new rule.
under conditions set the following:
If ALL  of these conditions are TRUE :
Total Items Quantity  equals or greater than  3 
Then under actions:
for the Apply dropdown: choose 'Fixed amount discount for the whole basket'
then below this add your percentage.
This is the basic requirement. There are more settings you can / tweak apply here.
Hope that helps?

Related

If two items in basket apply discount - shopping basket price rules in Magento

I am trying to work out if this is possible with Magento, would assume it is but I can't seem to figure it out.
Essentially what I am trying to succeed in doing is:
If any 2 products added to the cart from category x or y, then apply a 5% discount.
At the moment, all I can work out is how to apply a 5% discount if 2 of the same item are added to the cart.
I managed to figure this out.
If ALL of these conditions are TRUE :
If total quantity equals or greater than 2 for a subselection of items in cart matching ALL of these conditions:
Category is (YOUR CATEGORY HERE)

Magento: Fixed Amount Discount For Whole Cart For Percentage?

It says on the Magento website that the 'fixed amount discount for whole cart' applies a percentage discount to the whole cart.
This is not the case. For instance, if I type in 10, the whole cart value will be reduced by £10/$10.
Is there any way to apply discount percentage to the whole cart?
I know I can apply a percentage discount to each unit in the basket, but I want to be able to provide a coupon code to reduce the entire cart by x%, not the pre-VAT product prices.
I'm using 1.7.0.2
EDIT:
I think it will be useful to provide an example of what I'm trying to achieve. So, I want to be able to provide people with a coupon code for 15% off the total cart price, after all other discounts have been applied.
For instance, there is currently an offer for 3 items for £22. I want to then reduce the total cart price by 15%, to £18.70.
Any help would be a godsend! Thanks in advance!
Check if "Stop Further Rules Processing" is set to "No".
If it set to "Yes", then rule applies only to the price of the first item in cart
This can be done by using simple steps. Just create a coupon at the admin panel by going to Promotions/Catalog Price Rules. Here click "Add New Rule" and give all the conditions and details. In the left side u can see option "Actions"...
Here you can apply the rule as discount by percentage of fixed value and u can give there ur discount value of 15%. If u dont know of creating coupons in magento, go through this link http://www.magentocommerce.com/knowledge-base/entry/setting-a-coupon-code-to-your-promotions

Magento custom pricing rule

I need a custom pricing rule that can be used with fixed quantities. I need to apply discounts to certain groups of items in the cart. I think a custom salesrule would be the way to go but I need the collection of products in the cart instead of a single product. Any ideas?
EDIT
To clarify, I need to be able to have two particular items within a specified category have a discount applied. Let's call them product A and product B. The quantity of product A and product B must sum up to a specified number in the shopping cart rule, for example, 100 (quantity 50 for product A and quantity 50 for product B typically). This rule would need to apply to be applied to products/sets of products/the cart multiple times, e.g., product C and product D should have the discount applied if their quantities sum to 100.
Product A/B could be added to the cart again but as a quantity that does not qualify for the discount, i.e. a quantity < 100.
Use "shopping cart price rules" under "Promotions"
Use a combination of "Conditions" and "Actions"
Use the "Conditions" to determine when the rule will start.
Use the "Actions" to determine which items to apply the rule to.
That will allow you to say something like "If customer has a blue jacket, red jacked, and orange jacket, discount the orange jacket 20%" or something like that.
Tip: Attributes can be used in actions and conditions. If you dont see the attribute there to select from, go to Catalog>Attributes>Manage Attributes, open the attribute you want to use (such as sku), and make sure its set to "Use for Promo Rule Conditions" "YES"
If your rule doesnt work, keeping playing with it. It has to be exact in order to work.
Hope this helps!

How to not allow 0 quantity products in shoppingcart rule in Magento?

I have set up shopping cart rule for 20% discount over $1000.
But I have to add one more condition for those products should not be included with quantity 0.
I have enabled backorder. So how can I add this product quantity is 0 or not in Shopping cart rule.
Please help
You can add multiple conditions in Magento. Find the '+' button near the first condition and set the second condition that you want. It is as easy you can think of.

Setting a Promotion Rule in Magento

want to set the rule on cart that
If cart total is greater than $200 then 1 fixed configurable product is free
is there way to set this using promotion rules in magento.
Yes this is possible, when the fixed configurable is already in cart. You can create a cart rule where you set a condition for total being greater or equal 200. After that you choose 100% discount on the third tab and set a condition to describe the article which should get the discount, for example by it's sku.

Resources