Hi there,
I have 3 variantGroups which i want te split on the productdetail page.
In the productadvanced.html i'm trying to split the Groups so that they show there own options: Its about clothing, so i want to have a pull down for VariantGroup size and VariantGroup color showing the options available.
I tried to make a loop within a loop like:
<!--@LoopStart(VariantGroups)-->
<!--@Ecom:VariantGroup.Name-->
<!--@LoopStart(@Ecom:VariantGroup.ID:VariantCombinations)-->
<!--@LoopEnd(VariantCombinations)-->
<!--@LoopStart(VariantCombinations)-->
Is that the way to go?
Kind regards,
Niek Brinkman