Include admin notes and system notes in the Customer note email
-
the file ‘woocommerce/templates/emails/customer-note.php’ sends an email to the customer each time a customer note is created.
But I would like to change the function so that any type of notes are sent, and not just customer notes.
I believe that this is the line (line 31) that must be changed, but I don’t know what to change.
<?php echo wpautop( wptexturize( make_clickable( $customer_note ) ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
Would you help me?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Include admin notes and system notes in the Customer note email’ is closed to new replies.