WooCommerce customize parts
Orders
Query wc_get_orders
- https://wordpress.stackexchange.com/questions/337852/query-woocommerce-orders-where-meta-data-does-not-exist
- https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query
Felder
<?php echo get_post_meta( $order->id, '_shipping_first_name', true) ;?>