Shopify: How can I show the current variant value only in liquid?
I'm creating a product feed using XML + Liquid and I'm trying to send color and size info in the format shown below: Ex. <color>Blue</color> <size>M</size> The liquid code below successfully retrieves and outputs the option name but it displays…