Hi,
If I have a products in Woocommerce. And each of them have acf repeater group with alt names. And these products have variants. Is it possible to export xml based on lat names from acf repeater with all chosen attributes and its price ?
ie.
– product 1 alt name 1, width 160, price 10
– product 1 alt name 2, width 160, price 20
– product 1 alt name 3, width 160, price 30
– product 1 alt name 1, width 180, price 15
– product 1 alt name 2, width 180, price 25
– product 1 alt name 3, width 180, price 35
Thank you for any advice.