I f a user is logged in it displays Welcome back User Name
I want to display welcome back to the "Store Name" user Name
I edited the phrase "lbl_welcome_back" to read:
Code:
Welcome back to the {{company}} {{name}}
bu that results in:
Code:
Welcome back to the {{company}} User Name
I know I have to edit:
Code:
{$lng.lbl_welcome_back|substitute:"name":$_name}
in home.tpl. but I can;t figure out the syntax to add an additional "substitute" to the clause. If anyone can guide me I would appreciate it.
Thanks in advance.