I’m having trouble using ‘recipient.code’ at the bottom of my invoice footer.
What exactly do I mean? I use the ‘Code’ column I’ve filled in for all customers. I use this value in the invoice information.
Now I want to use the same value in my invoice footer, but there’s no @@CustomerCode@@ or anything like that, so I wanted to use {{ recipient.code }}. This doesn’t work either. Also %%recipient.code%% or @@recipient.code@@ doens’t work.
I then tried creating it as a ‘Custom Field’, but then the text ‘{{ recipient.code }}‘is treated as plain text.
How can I get the code {{ recipient.code }} to be used in my footer?