I'm trying to set up early bird type date based discounts for two products and one product kit that includes the same two products. Here is the desired pricing.
- Product 1: $205 - $50 Discount
- Product 2: $355 - $60 Discount
- Product Kit including Product 1 & 2: $405 - $60 Discount
The issue I am having is that when a user adds a Product kit to their cart the discounts for the individual products that are a part of the kit are applied in addition to the discount for the kit. Another issue is that the discount for the kit seems to be applied for each item in the kit instead for the kit as a whole item.
Here is an example. I add the Product Kit to my cart and the Kit discount message in the cart page says,
" discount...was applied 2 times for a discount of $120.00".
It is applying the discount for each product in the kit, instead of treating the kit as different product. Not sure if this is the intended functionality or if this is a bug.
Any advice on this issue would be greatly appreciated. Gonna hack on it and see if this is a bug or if a new feature needs to be added.