I think you can use get_userdata() to retrieve the user name from the user's ID. I believe the user id is stored as post meta for the order under ...
I added this code in the file “admin-new-order”: do_action( ' woocommerce_email_header', $email_heading, $email ); ?>
Updated: The right meta_key to get the user ID in woocommerce orders is _customer_user , so: $user_id = get_post_meta( $post_id ...
{customer_username}, Displays the username of your customer
Click Emails to view the following templates: New Order – Sent to the store admin to notify them of a new order placed on their site. Cancelled ...
Enable product reviews; Select whether to display if the reviewer bought the
username $current_user->user_login and display name $ current_user->display_name .
_x('Notes about your order, e.g. special notes for delivery.
WooCommerce allows users to send customized order emails and alter the
If the live PayPal email address is used instead, order statuses will show On Hold and the ...