Hi,
I'm working with eCom and variants on a v. 8.6.1.25 solution. On that one I can use the VariantCombinations loop to get the variants of the product. Inside it I can easily get the URL for the variant by using the Ecom:VariantCombination.Link.Clean.
I've got a copy of the solution for testing-purposes that I updated to v. 8.9.1.7. On this one there is nothing inside my VariantCombinations loop, allthough it exists in the template. Now I can only access the variants of the product throug the VariantGroups loop > VariantAvailableOptions loop and in that loop I can't get the link - I have to create it myself.
How come the VariantCombinations loop is suddenly empty on 8.9.1.7?
------------------------------
EDIT: Was a little to quick on the trigger: The VariantCombinations loop isn't empty. I was just using Ecom:Product.DefaultVariantComboName inside the loop - and this doesn't seem to exists anymore.