magently / module-checkout-swatches
Magently Checkout Swatches module for Magento 2
Package info
github.com/magently/module-checkout-swatches
Language:HTML
Type:magento2-module
pkg:composer/magently/module-checkout-swatches
v1.0.1
2021-03-22 12:16 UTC
Requires
- php: >=7.2
- magento/framework: >=102.0.0
This package is auto-updated.
Last update: 2026-03-28 01:16:43 UTC
README
Overview
This package changes default product text details (size, color) to swatches in the minicart and on the checkout.
Installation
- Install with composer
composer require magently/checkout-swatches-magento2 - Run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
- Check with
cat app/etc/config.php | grep Magently_CheckoutSwatcheswhether the module is installed and enabled.
