I have a 3 bundled products one of which has a product with SKU P60.
I have a shopping cart rule for this SKU P60 that if some one orders 3 units of it, then we only charge for 2 (B2G1). And this working fine. But I have another shopping cart rule which gives the customer 10% off on the first order (using a coupon code). I didnt want to let a customer get 10% discount on P60 if he was availing the B2G1 offer so modified my B2G1 rule as under:
Conditions:
If ALL of these conditions are TRUE :
- If an item is FOUND in the cart with ALL of these conditions true:
- SKU is P60 (this is the product for the B2G1 offer
- SKU is not P05-P60-S06, P05-P60-H04, K01-A01-C06, P26-S02-T03 (these are my three bundled products being excluded from this rule)
Action:
Apply Buy X get Y free (discount amount is Y)
Discount Amount * 1
Maximum Qty Discount is Applied To 0
Discount Qty Step (Buy X) 2
Apply to Shipping Amount No
Free Shipping No
Stop Further Rules Processing No
Apply the rule only to cart items matching the following conditions (leave blank for all items)
If ALL of these conditions are TRUE :
- SKU is P60
- SKU is not P05-P60-S06, P05-P60-H04, K01-A01-C06, P26-S02-T03
the first problem is that the customer has to enter 3 units of P60 to avail the B2G1 offer (its the way magento logic works for this)
Given the above, I want to allow customer to still avail the 10% first order discount on 1 unit of P60. But because its setup the way it is... its not working
any ideas guys?
thanks
bijal