Skip to content

Instantly share code, notes, and snippets.

@enamhasan
Created August 17, 2017 11:50
Show Gist options
  • Save enamhasan/71f77aa70d0959ff917ad7bd22c7721a to your computer and use it in GitHub Desktop.
Save enamhasan/71f77aa70d0959ff917ad7bd22c7721a to your computer and use it in GitHub Desktop.
Shopify cheat sheet
=======#1. Check if a product contain a specific tag ===============
{% assign productTags = product.tags | join:',' %}
{% if productTags contains 'limit' %}
<!-- Do something here -->
{% endif %}
====== #2 Comming Soon==========================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment