Enhanced Sales Order Grid by ManiyaTech improves the default Magento admin order grid experience by adding advanced configuration options and visual enhancements. This module gives merchants better insights into sales performance and order data at a glance.
Admins can enable or disable the module from the configuration, customize the sales amount display message with dynamic total replacement, round off prices for easier readability, and enable or disable a new “Purchased Items” column showing product names, SKUs, and quantities. The module also offers the ability to color-code order statuses directly from the backend to improve workflow and highlight specific order states.
- ✅ Module Enable/Disable Toggle: Control whether the enhancements are applied without uninstalling the module.
- 💬 Sales Amount Display Text: Customize the footer text below the grid with support for Total {{amount}} placeholder.
- 💲 Price Rounding Option: Round sales amounts to whole numbers to improve visual clarity.
- 📦 Purchased Items Column: Show detailed item info (name, SKU, quantity) within the grid.
- 🎨 Order Status Colors: Visually highlight orders using color-coded status mapping.
Run the following command in Magento 2 root directory to install ManiyaTech_OrderGrid module via composer.
composer require maniyatech/magento2-ordergrid
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
composer update maniyatech/magento2-ordergrid
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Run below command if your store is in the production mode:
php bin/magento setup:di:compile
If you prefer to install this module manually, kindly follow the steps described below -
- Download the latest version here
- Create a folder path like this
app/code/ManiyaTech/OrderGrid
and extract themain.zip
file into it. - Navigate to Magento root directory and execute the below commands.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f