Is there a way to test whether something is an array or not in Liquid? Or if an array is empty? Or if a variable is defined but empty?
I'm trying to write something for Shopify that will only show a particular metafield if the product doesn't have any variants, but there doesn't seem to be any way of testing if product.variants
has any content in Liquid.