• Resolved mohejazi

    (@mohejazi)


    Hi Everyone, after signup, the user will receive a confirmation E-Mail and I want to change the text on the Email. How can I change/overwrite it?

    Thank you for your support ??

Viewing 1 replies (of 1 total)
  • Hi @mohejazi

    You can find the template for Customer New Account Email by navigating to, wp-content > plugins > woocommerce > templates > emails > customer-new-account.php

    To override the Customer New Account Email, copy: wp-content > plugins > woocommerce > templates > emails > customer-new-account.php
    to
    wp-content > themes > yourtheme > woocommerce > emails > customer-new-account.php

    This way you can override the WooCommerce default email template file.

    Warning: While doing such customization, you will need to make sure that you are not doing it within the core files of the plugin. That is the reason you will need to do it through your active theme as suggested above.

    Thank you ??

    • This reply was modified 3 years, 9 months ago by Rafy a11n.
    • This reply was modified 3 years, 9 months ago by Yui.
Viewing 1 replies (of 1 total)
  • The topic ‘Overwrite welcome email’ is closed to new replies.