Inchoo wrote a great article on extending the order grid. And on the Atwix blog there's an article on adding a column from a different table. The Inchoo blog post ...
How to add a column to Magento orders grid - it is an alternative way using layout handles.
I agree overriding is not good, but you can create a new module and extend the functionalities of Order grid and add your new attributes. This way you will simply ...
In the _renderFiltersBefore method, you can add the columns that you want, for example, we've used the discount_amount column. In this array, you can pass as ...
Learn how to Add Column in Sales Order Grid in Magento after Magento 2.2 and 2.3 have been released. Use these instructions and this user ...
Wish to expand the orders grid on Magento 2.3.1? Read on, and you'll learn how to do that: code, screenshots, and guidelines included!
Add custom column in order grid Magento 2. In this post, we are going to see how we can add a custom column in order grid in Magento 2.
Mark the checkbox of any column you want to add to ...
The default Magento 2 sales order grid offers a number of columns to easily manage the order processing. However, with the advancing ...