Set the order field attribute to “Show in My Orders/Email”, and customers will be able to view that field with the rest of their order details. WooCommerce Admin ...
Display in View Orders Screen – Adds the Order Field to the Orders Dashboard table and allows you to view the selected / entered information all in one screen.
The code you have provided is incomplete. Not sure if that is the only code you are using to achieve what you want. So, besides first code block which you have ...
Hovering over an order Status displays Notes made on the order.
Use the following to display a custom download button on admin order items only (code is commented): // Save custom order item meta ...
Support » Plugin: WooCommerce » Change order details in backend to show ...
// display the extra data in the order admin panel function kia_display_order_data_in_admin( $order ){ ?>
...
To get custom order item meta data use the following (where you will replace ' some_meta_key' by the desired order item meta key):
Show total cart weight in WooCommerce Order admin. It would be really handy to be able to see the total Order weight in the order view so that ...