I have use the code in funtions.php
add_action( 'woocommerce_admin_order_data_after_billing_address', 'shopy_order_customer_information');function shopy_order_customer_information( $order ){global $post;
$customer_user = get_post_meta( $post->ID, '_customer_user', true );echo...