Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateussantin/magento2-admin-order-status-color

Changes the color of the order status column in the UI grid, based on the current status of the order.
https://github.com/mateussantin/magento2-admin-order-status-color

admin backend frontend magento2 order-status php

Last synced: 8 days ago
JSON representation

Changes the color of the order status column in the UI grid, based on the current status of the order.

Awesome Lists containing this project

README

        

# Magento 2 Admin Order Status Color
Changes the color of the order status column in the UI grid, based on the current status of the order.

## Spontaneous Contribution
If you want to send me a contribution of any amount so that I can continue developing and finding other solutions that make your life easier like this one, I will be very grateful, the link is next to the profile or you can click here Thanks!

## Introduction to installation:

### How to install

```
composer require mateus/module-orderstatuscolor
(alternative) composer require mateus/module-orderstatuscolor:dev-master
php bin/magento module:enable Mateus_OrderStatusColor
php bin/magento setup:upgrade
```

## Screenshot
![ScreenShot](https://github.com/mateussantin/magento2-admin-order-status-color/blob/master/screenshot/order-status.png)