liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Liquid - Product Description Null Check Not Working

Open maagsdesigns opened this issue 1 year ago • 0 comments

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

maagsdesigns avatar May 25 '24 00:05 maagsdesigns