Display order customer note in request-new-quote
-
Hi,
In the template request-new-quote.php I would like to fetch the customer notes when we receive email notification.
Is it possible to add something similar to
<?php do_action( ‘woocommerce_email_customer_details’, $order, $sent_to_admin, $plain_text, $email ); ?>
but referring to the customer notes?I search for a solution, and in this link https://stackoverflow.com/questions/52635919/display-order-customer-note-in-woocommerce-email-notifications
we can see something similar to what I need, but with functions.php file.
Can you advise me what’s the best way?
Thanks in advanced!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display order customer note in request-new-quote’ is closed to new replies.