Hello Magento Friends,

Today I am going to illustrate How to Add Column in Orders Tab in Magento 2 Customer Admin Edit Page?

To efficiently fulfill orders, the admin needs to get additional information about the orders placed by the customers. To do this, Magento 2 store admin can add a custom column in the orders tab on the customer admin edit page.

Follow the below steps to Add Column in Orders Tab in Magento 2 Customer Admin Edit Page

Steps to Add Column in Orders Tab in Magento 2 Customer Admin Edit Page:

Step 1: Go to the below path

 app\code\Vendor\Extension\etc\adminhtml\di.xml

Now, add the below code

Step 2: Now, move to the below path

app\code\Vendor\Extension\Block\Adminhtml\Edit\Tab\Orders.php

And add the following code

That’s it!

Conclusion:

Hence, this way you can Add Column in Orders Tab in Magento 2 Customer Admin Edit Page. Additionally, you can also Create a Custom tab in the Admin Customer Edit page in Magento 2.

In case of any difficulties, feel free to reach me via the comment box. Share the article and stay connected for more Magento 2 tutorials.

Happy Coding!

Click to rate this post!
[Total: 4 Average: 5]