Created
August 17, 2017 11:50
-
-
Save enamhasan/71f77aa70d0959ff917ad7bd22c7721a to your computer and use it in GitHub Desktop.
Shopify cheat sheet
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
=======#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