magently/module-checkout-swatches

Magently Checkout Swatches module for Magento 2

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

v1.0.1 2021-03-22 12:16 UTC

This package is auto-updated.

Last update: 2024-09-27 21:51:29 UTC


README

Overview

This package changes default product text details (size, color) to swatches in the minicart and on the checkout.

Checkout Swatches

Installation

  1. Install with composer composer require magently/checkout-swatches-magento2
  2. 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
  1. Check with cat app/etc/config.php | grep Magently_CheckoutSwatches whether the module is installed and enabled.