Emails costomization
-
Hi I would like to suggest and improvement for emails customization.
f.e. ie admin new order email template below
do_action( 'woocommerce_email_header', $email_heading, $email ); ?> <?php /* translators: %s: Customer billing full name */ ?> <p><?php printf( esc_html__( 'You’ve received the following order from %s:', 'woocommerce' ), $order->get_formatted_billing_full_name() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p> <?php
I don’t see the settings in the admin to change the text ‘You’ve received the following order from %s:….. so the only way is to edit it in php files.
It would be great if this section of the email can be added as a hook as well similar to woocommerce_email_header say woocommerce_email_top_text_heading and have an option to edit this texts in admin in the same way we can edit section of Additional content texts for each email template.
Hope this makes sence, see picture https://snipboard.io/mWKFRu.jpg
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Emails costomization’ is closed to new replies.