Shopify » Single line text

A Shopify Single line text works similar to the ACF type Text. There is no functional difference, but the Liquid code has a new syntax. Being a Shopify data type, that returns a Metafield object, the value property returns the actual value:

<h3>{{ product.metafields.accentuate.subtitle.value }}</h3>

Last updated