I'm building an eCom site where i using product categories and i've set everything up, and i get my category fields out in my templates but something is missing.
Where is my label for the value i set in my field? (All my fields are radio buttons)
When i render all templatetags for my product i get these tags for my category field:
All my fields are radiobutton, and in the frontend i'd like to show the label for the option selected.
For instance i have a field to select color. The field has these options:
Value - Label
20 - Red
30 - Green
40 - Blue
Each color has a value that matches and ID in a C5 from which all category fields are imported, so the value has to be what they are now.
But in my frontend i don't want to show "20", i want to show "Red".
Please implement
!-@Ecom:Product.CategoryField.ProductCategory1.IMP_PATTERN.Option.Label--
For when TypeID is 15..
Best regards
Martin