Including customers first name in emails
-
Hi,
Is there any short code, or a way to include the customers first name in the customer-processing-order.php and customer-completed-order.php emails that WooCommerce sends?
I found a site that suggested including %s. for first name. But when I added this to customer-processing-order.php as follows –
<p><?php _e( "Hi %s. Your order has been received and is now being processed. Your order details are shown below for your reference:", 'woocommerce' ); ?></p>
the output for email is Hi %s. etc.., – so that doesn’t work.
Is there any way of doing this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Including customers first name in emails’ is closed to new replies.