Hi
I've run into a bit of a problem. I can only get ALL variants to show, even though, i've deactivated some of them in the backend. Not all products will have the same variant options.
<!--@LoopStart(VariantGroups)--> <select id="SelectVariantId" onchange="SetVariantOption(this)" class="form-control"> <option selected="selected">Vælg Størrelse</option> <!--@LoopStart(VariantOptions)--> <option value="<!--@Ecom:VariantOption.VariantID-->"><!--@Ecom:VariantOption.Name--></option> <!--@LoopEnd(VariantOptions)--> </select> <!--@LoopEnd(VariantGroups)-->