Magento – How to create a shopping cart rule – Get an certain item free if you spend over $50

cartcouponshopping

How do I create a shopping cart rule where you get an item free if you spend over $50? I do not want to download any extensions, I just need to know how to make a certain item free when customers spend over $50.

The actual "free" item is over $50 in value and when it is in the shopping cart with an item that is lets say $5 its still allowing the rule to run since the total is over $50 even though the customer isn't actually spending over $50.

Best Answer

You'll want your rule to match both of these conditions:

  • The cart contains $50+ of other products
  • The cart contains at least one of those "free" items

Here's a screenshot of what the rule should look like:

Screenshot of the rule configuration

Change GIFT to whatever SKU your "free" product uses.

Related Topic