Hi,
I want to customize 'Orders' section in the admin app. Currently it shows order no, address, products, status etc. I have set some values to the custom fields in the orders table. I want to show them along with tracking number etc. in the 'Edit order' in the admin app.
I read the documentation regarding adding a panel in admin app. But I did not understand it completely and I am not sure if my requirement can be fulfilled using that.
Can anybody please guide me on how to do it/ where to start from?
Thanks in advance.
The Edit Order panel is based on a Velocity template that you can modify. It's called OrderDetails_xx.vm under the templates directory.
Thank you so much for the quick response!! It worked :)