A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I am having a huge difficulty doing something very simple in Shopify. I am trying to insert 3 meta fields into the request fulfillment notification email. I have read through 10 threads and tried everything. Where am I going wrong? Тhe fields are single line text and they appear as blank in the email.
<p>Разфасовка: {{ product.metafields.custom.product2 }}</p>
<p>Произход: {{ product.metafields.custom.product3 }}</p>
<p>Предназначение: {{ product.metafields.custom.product1 }}</p>