• At the moment the greeting message in woocommerce login widget shows Welcome username (it’s “Welcome %s” in the widget code), where username is email address so veeery long, so I would like to change it to be: Welcome First Name, how to do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am also interested in this. Did you solve the issue?

    I am also interested in this, please!!!!

    Let me know if you made it!

    Thanks

    I’ve just did it…!!

    Edit: plugins > woocommerce > templates > myaccount > my-account.php

    Line 15.
    Replace: $current_user->display_name
    with: $current_user->first_name

    I did it in the core folder and works, but you should put this in your theme folder.

    I have tried this and its working for edit address page,but in the top right corner I am getting a greeting called as welcome User in my site,How to replace User with First Name ,could you plz suggest me a solution for it..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change greeting message in woocommerce login widget?’ is closed to new replies.