- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024
05:31 AM
08-08-2024
05:31 AM
We can't save custom-defined options for bundles with dynamic pricing.
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?
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024
03:24 AM
08-28-2024
03:24 AM
Re: We can't save custom-defined options for bundles with dynamic pricing.
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.