devhub / color-order-customer-grid
Makes the Sales Orders grid and Customer grid colorful.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: >=7.1.0
- devhub/core: 1.0.*
README
Features
- Admin can colorize the order and customer grid.
- Admin can colorize the order grid based on the several order statuses.
- Admin can colorize the customer grid based on the different customer group.
- Configuration has also been provided to enabling the colors for order and customer grids.
Installation
- Please run the following command
composer require devhub/color-order-customer-grid
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable DeveloperHub_Core php bin/magento module:enable DeveloperHub_ColorOrderCustomerGrid php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
- If your website is running in production mode then you need to deploy static content and then clear the cache
php bin/magento setup:static-content:deploy php bin/magento setup:di:compile