• Resolved alphaunite

    (@alphaunite)


    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

    https://wordpress.org/plugins/woocommerce-exporter/

Viewing 1 replies (of 1 total)
  • Hi alphaunite, thanks for asking, our Pro Plugin supports Export Triggers, one is for New Orders which will suit your needs.

    You’ll need to look at the data structure we generate for Orders and customise it to suit your needs, there are plenty of exposed WordPress Filters which you can use to adjust the XML data structure. We can help you on Premium Support at any time too 🙂

Viewing 1 replies (of 1 total)

The topic ‘customized XML order export’ is closed to new replies.