Commit 2aa0013b20e for woocommerce
commit 2aa0013b20ed3f62c4bbf79f396f71011ad8e196
Author: Pavel Dohnal <pavel.dohnal@automattic.com>
Date: Fri Feb 27 13:52:48 2026 +0100
Standardize support text in block email templates (#63463)
diff --git a/plugins/woocommerce/changelog/63463-fix-standardize-block-email-support-text b/plugins/woocommerce/changelog/63463-fix-standardize-block-email-support-text
new file mode 100644
index 00000000000..82c2229be36
--- /dev/null
+++ b/plugins/woocommerce/changelog/63463-fix-standardize-block-email-support-text
@@ -0,0 +1,4 @@
+Significance: patch
+Type: update
+
+Standardize closing support text across all customer-facing block email templates.
\ No newline at end of file
diff --git a/plugins/woocommerce/templates/emails/block/customer-cancelled-order.php b/plugins/woocommerce/templates/emails/block/customer-cancelled-order.php
index 1e7bd986008..f805a71e254 100644
--- a/plugins/woocommerce/templates/emails/block/customer-cancelled-order.php
+++ b/plugins/woocommerce/templates/emails/block/customer-cancelled-order.php
@@ -6,7 +6,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -45,6 +45,6 @@ printf( esc_html__( 'Your order #%s has been cancelled.', 'woocommerce' ), '<!--
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
/* translators: %s: Store admin email */
-printf( esc_html__( 'We hope to see you again soon.', 'woocommerce' ) );
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-failed-order.php b/plugins/woocommerce/templates/emails/block/customer-failed-order.php
index dca8e5b3ed3..dbf06406fbc 100644
--- a/plugins/woocommerce/templates/emails/block/customer-failed-order.php
+++ b/plugins/woocommerce/templates/emails/block/customer-failed-order.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -56,6 +56,6 @@ defined( 'ABSPATH' ) || exit;
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
/* translators: %s: Store admin email */
-printf( esc_html__( 'If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-fulfillment-created.php b/plugins/woocommerce/templates/emails/block/customer-fulfillment-created.php
index 28c5d528b81..854f0ac87c2 100644
--- a/plugins/woocommerce/templates/emails/block/customer-fulfillment-created.php
+++ b/plugins/woocommerce/templates/emails/block/customer-fulfillment-created.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -39,6 +39,7 @@ defined( 'ABSPATH' ) || exit;
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
-echo esc_html__( 'Please note that couriers may need some time to provide the latest shipping information.', 'woocommerce' );
+/* translators: %s: Store admin email */
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-fulfillment-deleted.php b/plugins/woocommerce/templates/emails/block/customer-fulfillment-deleted.php
index cf5b51709fc..8b1d9e2a2d9 100644
--- a/plugins/woocommerce/templates/emails/block/customer-fulfillment-deleted.php
+++ b/plugins/woocommerce/templates/emails/block/customer-fulfillment-deleted.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -39,6 +39,7 @@ defined( 'ABSPATH' ) || exit;
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
-echo esc_html__( 'If you have any questions or notice anything unexpected, feel free to reach out to our support team through your account or reply to this email.', 'woocommerce' );
+/* translators: %s: Store admin email */
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-fulfillment-updated.php b/plugins/woocommerce/templates/emails/block/customer-fulfillment-updated.php
index cf6fcba5a7b..9038d597524 100644
--- a/plugins/woocommerce/templates/emails/block/customer-fulfillment-updated.php
+++ b/plugins/woocommerce/templates/emails/block/customer-fulfillment-updated.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -45,6 +45,7 @@ defined( 'ABSPATH' ) || exit;
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
-echo esc_html__( 'If anything looks off or you have questions, feel free to contact our support team.', 'woocommerce' );
+/* translators: %s: Store admin email */
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-note.php b/plugins/woocommerce/templates/emails/block/customer-note.php
index 157119a8e69..9212fabd27b 100644
--- a/plugins/woocommerce/templates/emails/block/customer-note.php
+++ b/plugins/woocommerce/templates/emails/block/customer-note.php
@@ -57,6 +57,6 @@ defined( 'ABSPATH' ) || exit;
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
/* translators: %s: Store admin email */
- printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s,', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-partially-refunded-order.php b/plugins/woocommerce/templates/emails/block/customer-partially-refunded-order.php
index 2751e4bc266..637c9f0db85 100644
--- a/plugins/woocommerce/templates/emails/block/customer-partially-refunded-order.php
+++ b/plugins/woocommerce/templates/emails/block/customer-partially-refunded-order.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -55,6 +55,6 @@ printf( esc_html__( 'Your order from %s has been partially refunded.', 'woocomme
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
/* translators: %s: Store admin email */
-printf( esc_html__( 'If you need any help with your order, please contact us at %s', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-processing-order.php b/plugins/woocommerce/templates/emails/block/customer-processing-order.php
index ac21a7f68c1..cefdaab4b41 100644
--- a/plugins/woocommerce/templates/emails/block/customer-processing-order.php
+++ b/plugins/woocommerce/templates/emails/block/customer-processing-order.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -49,6 +49,6 @@ defined( 'ABSPATH' ) || exit;
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
/* translators: %s: Store admin email */
- printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s,', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->
diff --git a/plugins/woocommerce/templates/emails/block/customer-refunded-order.php b/plugins/woocommerce/templates/emails/block/customer-refunded-order.php
index f54fd5c1286..68ae496e5b8 100644
--- a/plugins/woocommerce/templates/emails/block/customer-refunded-order.php
+++ b/plugins/woocommerce/templates/emails/block/customer-refunded-order.php
@@ -12,7 +12,7 @@
*
* @see https://woocommerce.com/document/template-structure/
* @package WooCommerce\Templates\Emails\Block
- * @version 10.6.0
+ * @version 10.7.0
*/
use Automattic\WooCommerce\Internal\EmailEditor\BlockEmailRenderer;
@@ -55,6 +55,6 @@ printf( esc_html__( 'Your order from %s has been refunded.', 'woocommerce' ), '<
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php
/* translators: %s: Store admin email */
-printf( esc_html__( 'If you need any help with your order, please contact us at %s', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
+printf( esc_html__( 'Thanks again! If you need any help with your order, please contact us at %s.', 'woocommerce' ), '<!--[woocommerce/store-email]-->' );
?></p>
<!-- /wp:paragraph -->