cluster Posted November 3 Share Posted November 3 I would like to replace the "Hello, Name!" in the customer account menu with "My Profile" or "My Profile - Hello, Name!" ... I've already tried but it doesn't work with my hook which points to: menuitemname "Account". 0 Quote Link to comment Share on other sites More sharing options...
Solution bear Posted November 3 Solution Share Posted November 3 The language file, it's on about lines 1226/7. Maybe this one? $_LANG['helloname'] = "Hello, %s!"; 1 Quote Link to comment Share on other sites More sharing options...
cluster Posted November 4 Author Share Posted November 4 8 hours ago, bear said: The language file, it's on about lines 1226/7. Maybe this one? $_LANG['helloname'] = "Hello, %s!"; Great, thanks! I would never have thought of that .... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.