get salutation at the top of the order email
-
Hi,
Excellent plugin.
I’m wondering how I can add the salutation the user picks on checkout to the email the user receives after checkout.Dear {salutation} {last name},
Thank you for your order…..
in the customer-processing-order.php on line 28
<p><?php printf( esc_html__( ‘Dear %s,’, ‘woocommerce’ ), esc_html( $order->get_billing_last_name() ) ); ?></p>How can I add the F4 salutation to this?
Hope you can help. Thanks in advance.
Kind regards,
EmileThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get salutation at the top of the order email’ is closed to new replies.