Magento Checkbox for products with the package requires qty

Using a related product in magento, you can select various types of options - a dropdown, for example, adds a Qty field so that you can select the number of items from the drop-down list.

Instead, I use checkboxes as I need a lot of options and need to bind a Qty field - how is this possible? I spent hours trying to code this.

+3
source share
1 answer

If you use a radio button, you can enable user-defined qty

0
source

Source: https://habr.com/ru/post/1727780/


All Articles