Getting recipient.code in footer

Dear all,

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?

Cheers,
Stephan

Hello @canefield,

There are no such tags in Footers, however, you can still achieve your goal using the new implementation of Themes.

You can keep these merge tags as-is in your Footers and instruct your Theme Enhancer to find and replace these tags.