' : ''; ?>

get_billing_first_name() ) ) { /* translators: %s: Customer first name */ printf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $order->get_billing_first_name() ) ); } else { printf( esc_html__( 'Hi,', 'woocommerce' ) ); } ?>

'; echo esc_html__( 'Here’s a reminder of what you’ve ordered:', 'woocommerce' ) . "\n\n"; } elseif ( $partial_refund ) { /* translators: %s: Site title */ printf( esc_html__( 'Your order on %s has been partially refunded. There are more details below for your reference:', 'woocommerce' ), esc_html( $blogname ) ); } else { /* translators: %s: Site title */ printf( esc_html__( 'Your order on %s has been refunded. There are more details below for your reference:', 'woocommerce' ), esc_html( $blogname ) ); } ?>

' : ''; ?> ' : ''; echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) ); echo $email_improvements_enabled ? '' : ''; } /* * @hooked WC_Emails::email_footer() Output the email footer */ do_action( 'woocommerce_email_footer', $email );