[ad_1]
Hello I use the CTX Product Feed for Skroutz Merchant Center and I need the variations to appear in a field in xml like <variation>. How can I achieve this because I couln’t find that. Skroutz needs all the variations not as separate products with <product> but with the <variation> like the example below:
<products>
<product>
<id>322233</id>
<name><![CDATA[Converse All Star Chuck Taylor Ox]]></name>
<link><![CDATA[https://www.mywebstore.gr/product/322233]]></link>
<image><![CDATA[https://www.mywebstore.gr/product/322233.jpg]]></image>
<additionalimage><![CDATA[https://www.mywebstore.gr/product/322233/front.jpg]]></additionalimage>
<category><![CDATA[Αθλητικά > Sneakers]]></category>
<price_with_vat>30.00</price_with_vat>
<vat>24.00</vat>
<manufacturer><![CDATA[Converse]]></manufacturer>
<mpn>M7652C</mpn>
<ean>886952780692</ean>
<availability>Παράδοση 1 έως 3 ημέρες</availability>
<size>43,45</size>
<weight>2000</weight>
<color>Άσπρο</color>
<description>
Το Chuck Taylor All Star είναι ένα από τα πιο εμβληματικά
sneakers όλων των εποχών. Πρόκειται για ένα διαχρονικό σχέδιο με
κλασσική και άνετη εφαρμογή σε λευκό χρώμα με εξωτερική ανθεκτική
αντιολισθητική σόλα από καουτσούκ. Αποτελεί ιδανικό κομμάτι για
casual και μη εμφανίσεις.
</description>
<quantity>10</quantity>
<variations>
<variation>
<variationid>322233.43</variationid>
<link><![CDATA[https://www.mywebstore.gr/product/322233]]></link>
<availability>Παράδοση 1 έως 3 ημέρες</availability>
<manufacturersku>M7652C</manufacturersku>
<ean>886952780692</ean>
<price_with_vat>33.00</price_with_vat>
<size>43</size>
<quantity>6</quantity>
</variation>
<variation>
<variationid>322233.45</variationid>
<link><![CDATA[https://www.mywebstore.gr/product/322233]]></link>
<availability>Παράδοση 1 έως 3 ημέρες</availability>
<manufacturersku>M7652C</manufacturersku>
<ean>886952780692</ean>
<price_with_vat>30.00</price_with_vat>
<size>45</size>
<quantity>4</quantity>
</variation>
...
...
...
</variations>
</product>
...
...
...
</products>
</mywebstore>
