liquid
liquid copied to clipboard
Liquid - Product Description Null Check Not Working
If condition in below code is failing: (Even when the description is blank, it print "About the product" header)
{% if product.description != "" and product.description != nil %} About the product {{product.description}} {% endif %}
I have tried product.description != blank as well