|
In the order confirmation mail, the address that is shown in the Billing address from the Customer Configuration html field.
So i added the emailaddress there (in different variations : \\\\\\\\\\\\\\\’email\\\\\\\\\\\\\\\’, \\\\\\\\\\\\\\\’e-mail\\\\\\\\\\\\\\\’, \\\\\\\\\\\\\\\’e-mail_address\\\\\\\\\\\\\\\’)
{{depend prefix}}{{var prefix}} {{/depend}}{{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}{{depend suffix}} {{var suffix}}{{/depend}}<br/>
{{depend company}}{{var company}}<br />{{/depend}}
{{if street1}}{{var street1}}<br />{{/if}}
{{depend street2}}{{var street2}}<br />{{/depend}}
{{depend street3}}{{var street3}}<br />{{/depend}}
{{depend street4}}{{var street4}}<br />{{/depend}}
{{if city}}{{var city}}, {{/if}}{{if region}}{{var region}}, {{/if}}{{if postcode}}{{var postcode}}{{/if}}<br/>
{{var country}}<br/>
{{depend telephone}}T: {{var telephone}}{{/depend}},
{{depend email_address}}e-mail: {{var email_address}}{{/depend}},
{{depend fax}}F: {{var fax}}{{/depend}}
{{depend vat_id}}<br/>VAT: {{var vat_id}}{{/depend}}
But it never shows up in the emails that are sent
Can anybody tell me what I\\\\\\\\\\\\\\\’m doing wrong?
thanks
luc
|