Skip to content

Instantly share code, notes, and snippets.

@svaustin66
Created December 25, 2017 18:51
Show Gist options
  • Save svaustin66/97adc63ef27fe9d911f56215b26caf59 to your computer and use it in GitHub Desktop.
Save svaustin66/97adc63ef27fe9d911f56215b26caf59 to your computer and use it in GitHub Desktop.
Referencing a Product's Short Title
{% if product.metafields.product_meta.short_title %}
{{ product.metafields.product_meta.short_title }}
{% else %}
{{ product.title }}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment