New Zenner
- Join Date:
- Jun 2010
- Posts:
- 19
- Plugin Contributions:
- 0
How do I get the email address?
Which is the variable for the email client, taking into account the sign.
for example
echo $customer->email;
Thanks
Views: 699
New Zenner
Which is the variable for the email client, taking into account the sign.
for example
echo $customer->email;
Thanks
Totally Zenned
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
New Zenner
Hi, is in 'includes/modules/pages/example/header_php.php'..
Thanks
Tell staff why this post should be reviewed.