Hi there,
I have an application running on 9.7.
I entered a product with variants.
In the CMS list display and in the GetLoop("VariantOptions") output the list is ordered by variantId in stead of the sortorder.
This results in:
VO1
VO11
VO2
VO3
VO4
etc.
Obviously I want the VO11 to be after VO10 and not after VO1 ...
In both the CMS and the template output there seemt to be nothing I can do about it.
The variantoptionsloop output does not respect and does not contain a sort value as set in SETTINGS > ECOMMERCE > PRODUCT CATALOG > VARIANTS.
The last one is an issue obviously ...
What can I do?
Add: Also when I retrieve the product via the API and use the product.VariantCombinations they have the wrong order and no sorting value to use ....