• Hello, first of all thanks for this great plugin.
    I am using it for export of product for price comparison sites. But if i have productswith variatiosn i get this result

    <title>title</title>
    <price> 13 - 25 USD</price>
    <description>description</description>

    but i need to output variants like this

    
    <variations>
    <variation>
    <title>title of variation</title>
    <price>13 usd</price>
    <description>description</description>

    </variation>
    etc
    </variations>

    `

    Is it possible to achieve that?

    Thanks for any idea

  • The topic ‘XML product variation export’ is closed to new replies.