Setting a Promotion Rule in Magento - 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.

Related

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

How to apply percentage discount to whole cart total in Magento?

I have a issue like, I have to create a promotion rule which gives percentage total on cart total.
Currently Magneto offers promotion rule on cart per item. But I have different scenario like
cart item total+extra fee = cart total - percentage discount
Current Magento rule calculates like
cart item total = cart total - percentage discount
I need this to implement with coupon code only.
Help will be appreciated,
Thank You
Yes, using Promotions > Shopping Cart Price Rules you just need to specify the percentage amount you want to apply discount with respect to total and set it to No Coupon.

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.

Shopping Cart Price Rule that excludes products on special

I'm trying to create a Discount coupon that won't reduce the price of products already on sale. Is there a way to do that?
Admin > Catalog > Manage Attributes:
Edit special_price attribute, setting "Use for Promo Rule Conditions" to "Yes"
Add special_price = 0 condition to your coupon logic (test this of course).
For anyone still trying to figure this out as I was, this is the answer:
First change the special price attribute as benmarks advises above.
Go to your price rule, under the actions menu find the section "Apply the rule only to basket items matching the following conditions (leave blank for all items)"
Set the conditions to
If ALL of these conditions are FALSE :
Special Price equals or greater than 0.01
this way the discount is applied only to the products that are NOT on special. I found that every other way threw an error when there was a mixture of special price and full price products in the basket.
This may be an older post but I just went through the same process in Magento 1.9.3.2 and here is how I was able to apply a promo code to all items excluding sale/special price items:
Manage Attributes:
Set change special_price attribute to "Yes" for "Use for Promo Rule Conditions"
"Rules" under "Actions" tab in Shopping Cart Rules:
If ALL of these conditions are FALSE :
Attribute " Special Price " is not assigned
Special Price equals or greater than 0.01
Hope this helps!

Magento shopping cart rule for X+ items in cart

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?

Resources