Created
December 25, 2017 18:51
-
-
Save svaustin66/97adc63ef27fe9d911f56215b26caf59 to your computer and use it in GitHub Desktop.
Referencing a Product's Short Title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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