Skip to content

Instantly share code, notes, and snippets.

@sweethoneycode
Created August 7, 2021 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sweethoneycode/206acefe51015e7e2c8e032de3dafc82 to your computer and use it in GitHub Desktop.
Save sweethoneycode/206acefe51015e7e2c8e032de3dafc82 to your computer and use it in GitHub Desktop.
{%- assign product_date = product.metafields.my_fields.datetime -%}
{%- comment -%}
Color Metafield and attributes
{%- endcomment -%}
{%- if product_date -%}
<p>Pre-order: {{ product_date.value | time_tag: format: 'date' }}</p>
{%- endif -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment