Which is the variable for the email client, taking into account the sign.
for example
PHP Code:echo $customer->email;
Thanks
Which is the variable for the email client, taking into account the sign.
for example
PHP Code:echo $customer->email;
Thanks
If you're thinking OOP, note that there isn't a CUSTOMER model or class in ZC v1.x.x
Depending on where you are trying to reference the $customer variable, you will need to reference the array in which the data is currently stored.
Which page/section of your website are you trying to access the email address in? If you can give details as to which PHP file you are currently editing, I can let you know the correct syntax.
Absolute
Back, after a 4 year absence! Did you miss me?
Absolute Web Solutions Ltd
Interested in our work? Take a look at one of our sites - The Tech Store
Hi, is in 'includes/modules/pages/example/header_php.php'..
Thanks