Magento 2 provides a backend order gride for the admin users to keep track of all the orders placed by the customers on the store. The backend grid provides all the required information about the orders placed on the Magento 2 store.
Frictionless processing of orders is essential to assure a smooth and satisfactory experience to the customers. In some cases, the store owner may require additional order information in hand which may not be displayed on the backend grid. Therefore, the store owner may require to add a custom column in order grid in Magento 2.
By default, Magento 2 does not allow creating or adding custom columns in the Magento 2 order grid. Therefore, the store admin is required to opt for a programmatic method to do that!
In order to add a custom column in order grid in Magento 2, the admin needs to tweak few files. You can learn the complete solution at: https://meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/
No comments:
Post a Comment