Part of email text can’t be changed
-
The middle zone of the “Customer new account” mail can’t be changed. The “Body text” field does not include the full text seen AND the “Additional content” field is below the said text.
Details:
Here is the fragment of the “Customer new account” involved:
<?php printf( esc_html__( 'Thanks for creating an account on %1$s. Your username is %2$s. You can access your account area to view orders, change your password, and more at: %3$s', 'woocommerce' )
The “Additional content” field Decorator only shows
“Hi {customer_first_name},
Thanks for creating an account on {site_title}. Your username is {customer_username}”
leaving the rest shown in the mail, but impossible to modify (i.e., “You can access your account area to view orders, change your password, and more at: %3$s’, ‘woocommerce'”)
If “Body text visibility” is set to OFF, the ONLY fragment shown is the one impossible to change!
Any ideas about how to solve this…?
- You must be logged in to reply to this topic.