Conditional logic in shopify
I am outputing a value based on collection title in shopify {% for collection in product.collections %} {% if collection.title contains "China" %} This is china {% endif %} {% endfor %} {% for collection in product.collections %} {% if…