customized XML order export
-
Dear team,
is it possible to configure your extension “WooCommerce – Store Exporter” in a way so that for each new order it automatically exports the order data in an XML file with the following structure?
<?xml version=”1.0″ encoding=”UTF-8″?>
<Delivery>
<OrderHead>
<OrderID>1234567</OrderID>
<InvoiceNo>AAA123</InvoiceNo>
<Title>Mr</Title>
<Name>Di Bella</Name>
<FirstName>Giorgio</FirstName>
<Company>Mr</Company>
<Address>Schwanenstr. 1</Address>
<ZIP>85586</ZIP>
<City>Poing</City>
<EMAIL>client@client.de</EMAIL>
<remarks>xyz</remarks>
<carrier>DHL</carrier>
<country>DE</country>
</OrderHead>
<orderitems>
<position>
<itemNo>1</itemNo>
<articleNo>10400</articleNo>
<articleName>beef menu</articleName>
<itemsPerPackage>6</>
<packages>2</packages>
</position>
<position>
<itemNo>2</itemNo>
<articleNo>11400</articleNo>
<articleName>lamb menu</articleName>
<itemsPerPackage>6</>
<packages>2</packages>
</position>
</orderitems>
</Delivery>Would this plugin work with Woocommerce, my them and also with future Woocommerce versions or if not, would necessary updates be included?
Thanks and best regards
The topic ‘customized XML order export’ is closed to new replies.