od-ana Posted December 18, 2018 Report Posted December 18, 2018 Hello Any ideas to add total that must be paid on when invoice email sent? Quote
0 Tyson Posted December 21, 2018 Report Posted December 21, 2018 You may want to take a look at the tags described in the documentation for that email template. The email template can be sent with multiple invoices, so you will need to iterate over each one and can display the invoice total, e.g.: {% for invoice in invoices %} Invoice ID: {invoice.id_code} Amount Due: {invoice.due} Invoice Total: {invoice.total} Pay now at https://{invoice.payment_url}. {% endfor %} Quote
Question
od-ana
Hello
Any ideas to add total that must be paid on when invoice email sent?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.