Hello,
I have a custom field on my invoices, named “Remarks”.
In this custom field, I need to get the total amount of the invoice.
Why? Because I want to give my clients the ability to pay also via Paypal.
With the short link Paypal.me/[my-paypal-account]/[total amount of the invoice], the client will be referred to my paypal account where the total amount to pay is already filled out. Then he just has to click next.
But I can’t find how to get the total amount as a variable in my custom field “remarks”.
{{ table.totals[“Total”] }} does not give me the amount but the text " {{ table.totals[“Total”] ".
And is it also possible to get the same variable in my e-mail template?
Thanks for your answer!