Hi. I was wondering if someone could explain how macro expressions in email templates work. As an example, the @Membership - Registration confirmation@ email template consists of:{% GetResourceString(@email.template.html.header@)|(encode)false #%}
@p@Thank you for registering at our site. Please click the link below to complete your registration:@/p@
@p@@a href=@{%confirmaddress%}@@{%confirmaddress%}@/a@@/p@
{% GetResourceString(@email.template.html.footer@)|(encode)false #%}
Where @confirmaddress@ is classed as a context specific object when you click the add macro link in the template but where is this defined and how is it resolved. Also, can you create your own custom macro expressions that you can add here? If so, where do you define them?Thanks.
↧