Order printer design and cutomer metafield

Hi,

I need to print some customer’s metafield in the Order printer layout.

I have a customer metafiled fined as customer.metafield.mymetafield.
If I tru to print the value in the Order Printer App layout as

{{ customer.metafield.mymetafield }}

The value is always empty, but the metafield has a value in the customer’s metafield.

Thank you,
best regards.

Hi @n-developer

Seems your syntax is wrong, it should be

{{ customer.metafields.mymetafield }}

Hi, yes you’re right, but it not works.
I’ve done a research and it seems that the Order Printer App can’t read any custom metafields.

Does anyone confirm that Order Printer App can’t read custom metafields ?
Thanks