This topic has 6 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hi Eva,
I was trying to modify email template for new account registration through “woocommerce/setting/emails/new account
I already make some editing on the template, but it’s still send the same format like this :
Thanks for creating an account on “website”. Your username is “blablabla”.
You can access your account area to view your orders and change your password here: http://www.domain.com/my-account/.
I’m willing to use my customized wording on this email, how can I do this?
Thank you
Hello,
You can change this text in the file wp-content/themes/legenda/framework/theme-functions.php (lines 1185, 1188).
Regards,
Eva Kemp.
Hi Eva,
Thank you, it works..
but now I have 1 more question,
we can send the user username via this code :
<p><?php printf(__(‘Your username is %s.’, ETHEME_DOMAIN), $username);?>
but how can I send the password to user?
Hello,
Sorry, but this requires additional customization and isn’t for free.
If some user doesn’t remember his password he can always reset it on My account page.
Regards,
Eva Kemp.
Hello,
We got the same problem. We modified the email template as states on the documentation, but it didn’t work.
The solution that you propose is just a temporal fix. What’s happen if we update the Template over and over again?
Best Regards,
Leticia
Hello @Leticia,
If you update the theme the changes will be lost. In this case you can safe the file and then reupload it after the theme update or create child theme and copy that file into there.
Thank you.
Regards,
Eva Kemp.
Tagged: best selling, email template, new member, persuasive, themes, woocommerce
The issue related to '‘NEW MEMBER EMAIL TEMPLATE’' has been successfully resolved, and the topic is now closed for further responses