Hello,
I have a customer order metafield called “order.metafields.order.po_number”. How can I have this displayed in the order email confirmation?
This is what I tried…
{% if metafields.order.po_number != blank %}
{{ metafields.order.po_number }}
{% endif %}
Thanks in advance!
2 Likes
Hello,
Did you find any solution to this?
I believe it’s not possible based on looking at these docs:
https://help.shopify.com/en/manual/orders/notifications/email-variables#order-fulfillment
I built out an automation workflow with our app mesa to populate order metafields into a post purchase email - this wouldn’t be the regular order confirmation email but rather a separate one.
https://www.getmesa.com/blog/send-a-post-order-notification-email-with-metafield-values/