Is there a way to insert database code into email templates? the way it is done in the general templates for invoice etc.
e.g:
Subject : invoice #{{ strings.invoice_number }}
Dear {{ customer.name }},
Thank you for using our service.
Please find invoice #{{ strings.invoice_number }} attached.
2 Likes
lubos
June 10, 2016, 12:39pm
3
Variables like that can’t be used in email templates yet. It will be definitely implemented sometime this year.
4 Likes
Thank you for your reply. That would make manager a step closer to beeing, the single tool I need for my daily (routine) operations.
If possible also, the possibilty to insert the logo. e.g.
<img src="{{ business.logo }}" style="max-width: 300px; max-height: 150px">
Thank you in advance, it’s an awseome product, keep up the good work!
1 Like
Dear Lubos,
any update about it ?
It is really important to add Client name Invoice numbers in emails.
If possible please let me know.
i checked user guides but i was unable to find anything related to that.
search the forum. solutions were already provided.
Dear @sharpdrivetek
Can you provide me any link which have list of supported variables. ?
i have seen this
I don’t have a list of other variables. The Guide about email templates was adapted from one written by the developer, which only mentioned the one variable. But they will be the same ones visible in code for themes. Other users have posted some lists they developed in the past. Search the forum.
I want all workable variable so i can create my own email templates.
there is no such list.
all variables available can be found in the default theme.
also on the forum where users have shared the same.
1 Like