3 years back i have created a module Product Custom Option (Pro) with Option Swatches to display product custom option swatches instead of dropdown. Now i have created almost same module for Magento 2.
Using my new module you can display option swatches on product details page by replacing drop-down custom options.
After installing this module, you will find new tab in your store configuration section. From here you can add option setting.
Run following command after installing module file in your magento.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
Download
Please post your comment if you have any issue.
Using my new module you can display option swatches on product details page by replacing drop-down custom options.
After installing this module, you will find new tab in your store configuration section. From here you can add option setting.
Run following command after installing module file in your magento.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
Download
Please post your comment if you have any issue.


