arslanfarrukh / color-order-customer-grid
Makes the Sales Orders grid and Customer grid colorful.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.0
- arslanfarrukh/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 arslanfarrukh/core composer require arslanfarrukh/color-order-customer-grid
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable arslanfarrukh_Core php bin/magento module:enable arslanfarrukh_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