Magento: adding catalog price rules to options of a bundle -


I have looked around and could not do it.

In order to be able to set a list price rule for the specific option of a bundle product I like, I actually want to pick any selection from option 1 to $ 0 in that bundle ( But keep the price for the product if a person adds the product to their car outside the bundle). Is there a way to do that I am missing?

The other way I was thinking was to set all the prices of $ 0 for that option (I had seen the post here that programmatically doing something) though without testing it It seems that it will not happen

Any ideas will be welcomed

This is something that Magento does by default, besides trying to change it through the cleverness Be careful, because after the items are added to the cart, important verification is done for Magento values ​​(e.g., attempting to re-dodge the database on each page load on them). It seems that in order to try to reconstruct the flow, so that you are not trying to use shopping cart rules, the best condition here is that it is possible to use some other mechanism to give a discount like coupon code Will happen?

Comments