Assigning question
Somewhere in a *.tpl file there is this line:
{assign var="_userinfo" value=$customer}{else}{assign var="_userinfo" value=$userinfo}{/if}
My guess, xcart assigns several info to the variable.
Now my question, how can i display all the info that is assigned to it in a list?
Or, How can i display the variable $customer. I tried {$customer} didnt work.
|