Page 1 of 1

email parameter not being sent in order email

Posted: 24 Nov 2020, 23:08
by dangermark
Hi - sending the {email} parameter in a "Email (Others)" email does not populate the parameter

So when the email is received it still shows as "{email}"

name:{name}
email:{email}
link to order:{orderlink}

All other parameters work fine. Is this by design?

Joomla! 3.9.22
Phoca Cart 3.5.4

Re: email parameter not being sent in order email

Posted: 25 Nov 2020, 14:01
by Jan
Hi,

in email which is sent to customer, you can use the variable {email}, in email which is sent to others, you can use the variable {emailothers}
These are variables of emails where the email is sent to.

If you want to use user's email, use variable {b_email}

Image

Image

See:
https://www.phoca.cz/documents/116-phoc ... or-vendors
(I updated the documentation to make it clear)

Jan