Hello, I have a 'simple' question:
I have a Ecom shop with shoes, these shoes have two VariantGroups (Color, Size).
What I want to accomplish is to display all the available colors of a shoe model in the product list.
What I dit till now was loop through my Products -> VariantGroups -> VariantAvailableOptions. This gives me something like this:
Ecom:VariantOption.ID | VO1 |
Ecom:VariantOption.Name | Black |
Ecom:VariantOption.Selected | True |
The problem is that some information (about images) is related to the 'master' product. The image name contains the Product.Number.
Can somebody tell me how to display all the variants of a product in the productlist and be able to use data as the Product.Number from the main product?
P.S. I'm working in Razor.