Managing orders is probably the most frequent task you'll be doing in Magento when running your store. Unfortunately most of the information of an order is not visible in the order grid out of the box, making it impossible to filter on attributes which might be more relevant to you.
This extension gives the user the flexibility to customize the orders grid in the admin by removing existing columns or even adding custom columns to the grid. This way you will be able to customize and use the order grid however you want. Only display and be able to filter on the attributes you need for your store.
Tailor your order grid using a simple to use form in the admin configuration area in just a few seconds. This is a real time saver for anyone who prefers not to mess around in the Magento core files himself.
Overview
Features
Implementation
Configuration
Extra information
1. Features
Turn off any of the default columns with a simple Yes/No
Add new custom columns
Available custom columns are:
- Shipping country
- Shipping region
- Shipping city
- Shipping postcode
- Payment method
- Shipping Method
- Shipping Description
- Billing country
- Billing region
- Billing city
- Billing postcode
- Customer email
- Amount of items in the order
- Subtotal
- Customer Group
- Weight
- Remote IP
- Coupon code
2. Implementation
Just install the module with Magento Connect. Log out and log back in and you are done. It is recommended to test this on a test server first. The current module has only been tested with Magento Community 1.7.X, 1.8.x, 1.9.x
Usually you will be required to log out and log back in in order for it to work.
3. Configuration
Configuring the columns is very easy. Just login to your Magento Admin panel, go to Configuration. And on the left choose the "Extended Order Grid" link in the "Noble Extensions" section.
4. Extra information
Visit on GitHub
Releases (6)
Date | Version | Notes |
---|---|---|
2016-02-22 | 1.0.5 | Added "Shipping Description" column. |
2016-02-17 | 1.0.4 | Added coupon code column. |
2016-02-09 | 1.0.3 | Fixed issue with non standard payment methods not showing up in the column filter select field. |
2016-02-03 | 1.0.2 | Added extended columns Weight and Remote IP |
2016-01-29 | 1.0.1 | Added Shipping Region, Shipping CIty, Shipping Postcode, Billing Region, Billing CIty, Billing Postocde as extended custom columns. Also now you can choose to display countries either as the country code or the full country name. |
2016-01-29 | 1.0.0 | Tested only with Magento Community 1.7 |