MBroadbridge Posted April 30, 2018 Share Posted April 30, 2018 Hi all, I'm looking for a way that I can display a logged in customers' name on the product.tpl document. v1.7.3.0 please! All help much appreciated Link to comment Share on other sites More sharing options...
jgamio Posted May 1, 2018 Share Posted May 1, 2018 You need use smarty var on the tpl for example {$customer.firstname} Link to comment Share on other sites More sharing options...
MBroadbridge Posted May 1, 2018 Author Share Posted May 1, 2018 Do I not need to add something to the classes or controllers first? Link to comment Share on other sites More sharing options...
jgamio Posted May 2, 2018 Share Posted May 2, 2018 No , you dont, some of the smarty values are available on all the front pages you can put {$customer | var_dump} on your tpl to check all the information you ha available on about the customer Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now