You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the qty option for a bundle product is disabled and the default qty for this product is greater than 1 the bundle price calculation is not working correct.
The theme checks if the option canChangeQty and if not the whole qty box is not displayed.
The magento bundle price calculation needs this qty box to work correct.
If the qty option for a bundle product is disabled and the default qty for this product is greater than 1 the bundle price calculation is not working correct.
The theme checks if the option
canChangeQty
and if not the whole qty box is not displayed.The magento bundle price calculation needs this qty box to work correct.
https://github.com/magesuite/theme-creativeshop/blob/next/src/Magento_Bundle/templates/catalog/product/view/type/bundle/option/radio.phtml#L73
https://github.com/magesuite/theme-creativeshop/blob/next/src/Magento_Bundle/templates/catalog/product/view/type/bundle/option/select.phtml#L45
Also the logic is incorrect:
Solution:
The text was updated successfully, but these errors were encountered: