Magento – Multiple actions on shopping cart price rule

couponshopping-cart-price-rules

I've viewed some articles on creating shopping cart rules programmatically, but what I can't find is how to combine multiple actions into the one coupon code.

What I need to do is apply 15% discount to the cart AND add on a free item when a coupon is used. I've bought a plugin to allow me to add the free product, I just need to find a way to apply both actions to one coupon code.

Thanks in advance

Best Answer

Create 2 shopping cart rules with the same coupon code. That's it. Just remove the unique key index from the database and the rule model (you can create a new extension for this)

Related Topic