XML/CSV Shopping Feed: Order of the product images URLs

Doubled by https://forum.shopware.com/t/xml-csv-shopping-feed-reihenfolge-der-produktbilder/98381/2 (German Forum)

Hello devdrop,
I don’t have a direct solution for this. However, you can create your own solution for many things with TWIG.

The For loop only runs through the additional images from beginning to end in the standard order. To be honest, the question of a special sorting has not come up for me so far, but maybe you can solve it in a similar way as in this stackoverflow link: https://stackoverflow.com/questions/25194470/twig-sort-array-of-objects-by-field. The Position field in the product_media table could be used for this.

Best regards
Markus