Add custom data to order page with WooCommerce session.
The hook woocommerce_add_order_item_meta is going to be deprecated soon. Since Woocommerce 3 a better hook is available. Try this:
class adds the loaded fields to its 'checkout_fields' array, as well as adding a few other fields like “order notes” .
Add custom field placeholder 'class' => array('my-css'), // add class name
Helper function to add custom order data to CSV Export order data * * @param array $order_data the original ...
WooCommerce lets you add your own custom cart item data.
You can add any custom field to your order emails by hooking in and specifying the name of the custom field. This can be useful if, for example, you want to ...
Adding Custom data to WooCommerce Order during 'Add to cart'
Remove product data tabs
In my example, I have checked if the $values array contains our custom data. If it contains then we will add our order item meta using ...