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 there,', 'woocommerce' ) ); } ?>
'; echo esc_html__( 'Here’s a reminder of what you’ve bought:', 'woocommerce' ) . "\n\n"; ?>
' . esc_html( $pos_store_email ) . '
'; } if ( ! empty( $pos_store_phone_number ) ) { echo '' . esc_html( $pos_store_phone_number ) . '
'; } if ( ! empty( $pos_store_address ) ) { echo wp_kses_post( wpautop( wptexturize( $pos_store_address ) ) ); } echo '