The following will not only save the parent SKU but also the variation SKU to the item meta. add_action( 'woocommerce_add_order_item_meta', ' ...
Updated: Your are confusing order post meta data and order item meta data, which are very different things and located in different database ...
When viewing WooCommerce order items, you or your clients might want to have additional
To get order item custom meta data, first you need to loop through order items, to be able to get that complex custom protected meta data using ...
or $order_item[' product_id']; echo $order_item->get_variation_id(); // or $order_item['variation_id ']; echo
[This thread is closed.] Heya, I would like to add custom meta boxes to order items on the Edit Order page. Our sales staff need to change meta data…
WooCommerce lets you add your own custom cart item data.
which custom data , product's variation attributes ? or product meta ? you can send line items data to salesforce using a filter. OR pro version supports this https ://i.
Try, woocommerce_checkout_create_order_line_item It has 4 available arguments and available after version WooCommerce 3.3+. $item is ...
Save custom data to order item meta data