Close

Account Name after Login

cesare.marasco
6 years ago
#13975 Quote
Avatar
  • 4
Hi,
There is a way to show account name (email or full name) of loggedin user on the right top of the page after that user has been logged in ?
Thanks in advance
hristian.dimov
6 years ago
#13996 Quote
Avatar
  • Moderator
  • 386
cesare.marasco wrote:
Hi,
There is a way to show account name (email or full name) of loggedin user on the right top of the page after that user has been logged in ?
Thanks in advance


Hi,

Sorry for the late reply!

Open the Themes/Tiffany/Views/Common/HeaderLinks.cshtml file, find this:

@T("Account.MyAccount")@*@Model.CustomerName*@

and change it like this:

@*@T("Account.MyAccount")*@@Model.CustomerName

Hope this helps!
Regards,
Hristian Dimov
Nop-Templates.com