- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020
09:43 AM
03-09-2020
09:43 AM
Hi everyone, I'm very new at Magento development and I have a specific doubt. It's possible to add a custom column to Admin orders table? If it is possible, what is the easiest way to do it? I will attach a screenshot to show the table that I mean.
Thanks to all in advance!!!
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020
10:05 AM
03-09-2020
10:05 AM
@svargaspay537a
Then you can follow the below link to add custom column in the grid.
https://www.google.com/amp/s/meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/amp/
I hop it will help you!
Then you can follow the below link to add custom column in the grid.
https://www.google.com/amp/s/meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/amp/
I hop it will help you!
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020
09:57 AM
03-09-2020
09:57 AM
Re: Add custom column to Admin orders table
Hi @svargaspay537a
If you want to add existing column in the grid then you can modify the grid.
You can add from column tab in top of grid, there you can select or deselect column for existing grid.
I hope it will help you!
If you want to add existing column in the grid then you can modify the grid.
You can add from column tab in top of grid, there you can select or deselect column for existing grid.
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020
10:03 AM
03-09-2020
10:03 AM
Re: Add custom column to Admin orders table
Thanks but I dont think so, I need to add a new column "My New Custom Column" to show some specific info.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020
10:05 AM
03-09-2020
10:05 AM
@svargaspay537a
Then you can follow the below link to add custom column in the grid.
https://www.google.com/amp/s/meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/amp/
I hop it will help you!
Then you can follow the below link to add custom column in the grid.
https://www.google.com/amp/s/meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/amp/
I hop it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020
11:26 AM
03-09-2020
11:26 AM
Re: Add custom column to Admin orders table
I have one strange doubt, those changes in that link are in "store" level or in "plugin" level? Because I inherited one project that is only a Magento2 plugin, I will not have scope of modification of stores. Thanks.