Posted on 06/06/2016 04:30:19
HI all,
Peter,
I've tested the issue on your site with test content temporarily created and template updated as follows:
Variants 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)--> <br>
Variant Available Options
<!--@LoopStart(VariantGroups)-->
<select id="SelectVariantId" onchange="SetVariantOption(this)" class="form-control">
<option selected="selected">Vælg Størrelse</option>
<!--@LoopStart(VariantAvailableOptions)-->
<option value="<!--@Ecom:VariantOption.VariantID-->"><!--@Ecom:VariantOption.Name--></option>
<!--@LoopEnd(VariantAvailableOptions)-->
</select>
<!--@LoopEnd(VariantGroups)-->
the both option sets look like as expected (as Nicolai has already mentioned above). See http://screencast.com/t/MwpdMb01XT for proof, please. Your can check the variant group options and available options of the test product at the site backend by yourself to exnsure that all is performed properly. (I've not shown extra test conditions due to the security policy).
The same valid behavior is on our test site based on last DW version.
BR, Oleg QA