Just wondering if any Magento customization geniuses know the answer to this, or have any suggestions.
For whatever reason, and it's not a debatable point so let's take this as a given, our client wants to sell bundle products comprising, sometimes, taxable and non-taxable products at a discount. Problem is that bundle products are taxed at their own rate on their own individual price, not on only the taxable products within it.
So I'm looking for a way to either override the actual cart tax calculation if I detect a bundle. The idea is to, if the bundle is present, get it's constituent products, find the taxable ones, get their prices proportional to the bundle's reduced price and calculate tax on this amonunt. The updated tax value would then be used by/saved in/injected into the quote/cart/order/whatever.
or (insert some less crazy solution you can think of)
or (insert some really obvious solution we should have thought of already)
or (whether it can be done at all)
Thanks