In the body of the customer's notification email I would like to include their email address. Just like the way their address and phone number appears. This is how it looks in the backend:
(Address) {%BillingAddress.ApplyTransformation("Ecommerce.Transformations.Order_Address"#%}
(Phone) {% BillingAddress.AddressPhone #%}
Where would I find the correct way to write or format their email address? Would it be something like: {% BillingAddress.email#%}
I don't have experience with Kentico 7, but I found something on this link https://devnet.kentico.com/docs/7_0/ecommerceguide/index.html?order_statuses.htm, under ' Configuring your store > Invoices > Invoice' in tree. There is also a table with all possible macros for invoices.
Best regards, Dragoljub
Hi,
You should try something like this: {% Customer.CustomerEmail |(identity)GlobalAdministrator%}
{% Customer.CustomerEmail |(identity)GlobalAdministrator%}
You can read more about that on this link in documentation. NOTE: This is for K10 version.
@dragoljub-ilic Thanks. I also found that marco. Do you know what's the equilivient to Kentico 7? Also is there a way to test these email templates without placing an order? I wanted to see if that Customer.CustomerEmail would work for K7.
Thanks much. I do see customer.CustomerEmail as marco that can be inserted. I try and see if it works.
Please, sign in to be able to submit a new answer.