' : ''; ?>

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' ) ); } ?>

needs_payment() ) { ?>

has_status( OrderStatus::FAILED ) ) { printf( wp_kses( /* translators: %1$s Site title, %2$s Order pay link */ __( 'Sorry, your order on %1$s was unsuccessful. Your order details are below, with a link to try your payment again: %2$s', 'woocommerce' ), array( 'a' => array( 'href' => array(), ), ) ), esc_html( get_bloginfo( 'name', 'display' ) ), '' . esc_html__( 'Pay for this order', 'woocommerce' ) . '' ); } else { printf( wp_kses( /* translators: %1$s Site title, %2$s Order pay link */ __( 'An order has been created for you on %1$s. Your order details are below, with a link to make payment when you’re ready: %2$s', 'woocommerce' ), array( 'a' => array( 'href' => array(), ), ) ), esc_html( get_bloginfo( 'name', 'display' ) ), '' . esc_html__( 'Pay for this order', 'woocommerce' ) . '' ); } ?>

get_date_created() ) ) ); ?>

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