Hello,
I have this ProductField (1.png) & (2.png)
I would like to output the Colors in my template which inherits ProductCatalogue.ProductViewModel
If I iterate over Model.ProductFields.Values: (3.png)
I get the following (4.png)
If I field.Value I get the type: System.Collections.Generic.List`1[Dynamicweb.Ecommerce.ProductCatalog.FieldOptionValueViewModel]
Can I somehow get the colors out without having to parse the JSON?