Hello,
I am trying to include a customer metafield in a shopify automation email but i am not being able to make it appear, what i am doing is adding a custom liquid block and putting {{ customer.metafields.oneclickpopup.oneclickpopupdiscountcode }} that is the metafield that i want but when the email is sent nothing appears. I also tried to create an if condition {%- if customer.metafields.oneclickpopup.oneclickpopupdiscountcode != blank -%} to show another text but it also appears blank
Anyone know how to solve it?
Thank you in advance
Best