I have setup a bundle product with dynamic pricing and I need to add a custom option.
I can see its not possible to have custom options with dynamic pricing because it can cause issues with the totals, my options have a 0.00 value so that wont be an issue.
Is there a way to bypass the warning and allow me to add the option?
Hello @miller75,
In Magento 2, custom options are disabled for bundle products with dynamic pricing because it can lead to inconsistencies in the final price calculation.
if you want to bypass the condition then you have to use an extension such as this one https://github.com/Mestrona/Mestrona_BundleCustomOptions
If the issue will be resolved, Click Kudos & Accept as a Solution.