Hi
Do you want to add them in the subject of the email or in the email body ?
If it is in the body, you can use code like:
{VAR:user.custom_field_name}
Following your example, I added this code in the order admin notification email body :
<br/>Infos utiles : {VAR:address.infosutiles}
Like this :
infosutiles is the name of my address custom field.
But I only see the text "Infos utiles :" but nothing else in the notification email...
I also tried : {VAR:user.infosutiles} and {VAR:user.address.infosutiles}. None of them are working.
Can you help on this ?
Thanks !