Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mateussantin/magento2-admin-order-status-color
- Owner: mateussantin
- Created: 2021-08-26T21:22:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T14:38:56.000Z (about 1 year ago)
- Last Synced: 2024-10-06T16:06:11.733Z (about 1 month ago)
- Topics: admin, backend, frontend, magento2, order-status, php
- Language: Less
- Homepage:
- Size: 138 KB
- Stars: 54
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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)