• Hello,

    I would like to change the email that customers receive “Your …. account has been created!”. For this I go to theme/woocommerce/emails/customer-new-account.php.

    I want to change for instance the link in the sentence “You can access your?account?area to view orders, change your password, and more at:?name_website.com/my-account/” to name_website.com/lp-profile

    And “Click here to set your new password.” I want to change the link to changing the password in the lp-profile instead of in my-account.

    How to do this?

    Best,

    Anne

Viewing 1 replies (of 1 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi Anne,

    Thank you for reaching out.

    To change the link in the “Your account has been created!” email, follow these steps:

    Access the Email Template:
    Go to theme/woocommerce/emails/customer-new-account.php.

    Change the Account Area Link:
    Replace wc_get_page_permalink( 'myaccount' ) with learn_press_user_profile_link()
    to update the link to your desired URL.

    This change will replace the link in the sentence “You can access your account area to view orders, change your password, and more at: name_website.com/my-account/” with “name_website.com/lp-profile”.

    Changing the Password Link:
    Please note that LearnPress does not have a separate page for changing the password. It uses the default WordPress page for this purpose. Therefore, you cannot directly link to a password change page in LearnPress. Users will need to use the default WordPress password change functionality.

    If you need further assistance, please let us know.

    Best,
    Brianvu-tp

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.