devhub/color-order-customer-grid

Makes the Sales Orders grid and Customer grid colorful.

1.0.0 2023-04-14 19:31 UTC

This package is auto-updated.

Last update: 2025-05-14 23:55:07 UTC


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

  1. Please run the following command
composer require devhub/color-order-customer-grid
  1. Update the composer if required
composer update
  1. 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
  1. 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
This extension is compatible with all the versions of Magento 2.4.*.

Tested on following instances:

multiple instances i.e. 2.4.3-p1 and 2.4.5