Skip to content

Instantly share code, notes, and snippets.

@svaustin66
Created March 1, 2022 04:53
Show Gist options
  • Save svaustin66/6c70fb9bb9e2eb572392068f4de33080 to your computer and use it in GitHub Desktop.
Save svaustin66/6c70fb9bb9e2eb572392068f4de33080 to your computer and use it in GitHub Desktop.
Code for the Custom Liquid section
{% comment %}
The 4 code bits below are added to the Custom liquid section that you'll add to each policy page
in Theme Customization in the Shopify admin.
Only add one code bit to each Custom Liquid section.
{% endcomment %}
<div class="content">
{{ shop.refund_policy }}
</div>
<div class="content">
{{ shop.shipping_policy }}
</div>
<div class="content">
{{ shop.privacy_policy }}
</div>
<div class="content">
{{ shop.terms_of_service }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment