In the cart.template.liquid i am trying to display a metafield VALUE for each ITEM in the cart. i tried that code but it does not show up the VALUE:
{% for item in cart.items %}
SAQ: {{ item.variant.metafields.enofriul.saq }}
QTY: {{ item.quantity }}
{% endfor %}
tks