Okay
  Public Ticket #3579695
account approval email
Closed

Comments

  •  3
    Susan Heideman started the conversation

    Hello,


    As of now, when a new user registers, they receive an initial emailthat gives them all of their login credentials and then at the bottom say, "we have to review your account details." Which is confusing.

    Then they get a second email that say, "your account is approved." which forces them to go back to the first email to retrieve their account credentials. Which is annoying.


    I can change the content of the first email through the email decorator plugin, but I cannot see where the second email that confirms their account approval is generated.


    Help?  We basically just need to switch the content of the first and second emails.


    Attached files:  account email 1.PNG
      account email 2.PNG

  •  1,910
    WebWizards replied

    Hi Susan,

    I would recommend that you go to WooCommerce -> Settings -> Accounts and disable the checkbox here:

    1497445945.png

    With this disabled, customers will choose their own password directly during the initial registration, and the initial email will no longer contain the "set your password" link.

    This is our recommended approach and it will help the registration flow make more sense for customers.


    If you'd like to change the content of the 2nd email, that email can be found in WooCommerce -> Settings -> Emails -> Account approved. You could click on it and add additional content from here:

    7473583835.png


    Kind regards,

    Stefan

  •  3
    Susan Heideman replied

    Ok, disabling the first email from woocommerce makes sense.  But I don't know what the shortcode is for the "You can access your account here"

  •  1,910
    WebWizards replied

    Would you like to add a "You can access your account here" link to the second email received by customers?

    You could add it to "additional content" by using:

    <a href="my-account">You can access your account here</a>

    It would look like this in settings:

    8916819888.png


    This would result in a link in the approval email:

    8642182304.png