Hi All,
I would like to get the issued date of the estimate on the email template, but just shows blank.
What would be the correct code to plate there?
This is just a follow up email for estimate {{reference}} that was sent to you on ??
Thank you in advance
lubos
2
Email templates understand the same variables as custom themes. So to show Invoice date
field in email template, use variable:
{{ fields["Invoice date"] }}
1 Like
where i add this variable …
please guide
Tut
4
Wherever you want it in your message.
Subject or in massage body ??
Tut
6
As I already said…
Why don’t you just try it and see?