Magento – Magento 2: Multiple choice swatch attribute

configurable-productmagento2swatches

I have a product (a 'box') which my customers will add three items to the box product. Is there a way for me to create a multiple choice swatch attribute to allow the users to select the three things they'd like to add to the box?

Put simply, if we were using the color swatch as an example, I'd like to give the user the option of choosing three colors from the swatch attribute. Is that possible?

Best Answer

Check below repository, It might help you https://github.com/pmclain/module-multiselect-swatch

Related Topic