Hi,
I have a list box with options where the value is different than the label.
I want to display the label in the frontend, however, even though the template tags returns the correct values, when I output the tag, it returns the value instead of the label:
But then when I output: @product.GetString("Ecom:Product:Field.MilkTreatment.Label")
I get TRUE instead of Raw Milk.
I'm using DW 9.10.8
Thanks