• Resolved sebasjuh

    (@sebasjuh)


    I tried to ‘free’ version of this plugin to check if it is something I can use for my webshop before buying the ‘pro’ version.

    It looks really promising but I have one question about changing the layout of the XML file, is this possible? And then I mean the following;
    on default the XML file looks like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <Orders>
    <Order>
    <Order_Number>39738</Order_Number>
    </Order>
    </Orders>

    Would it be possible to change the layout to the following:

    <?xml version="1.0" encoding="UTF-8"?>
    <Orderdetails>
    <Order>
    <Order_Number>Ordernumber</Order_Number>
    </Order>
    <Shipping>
    <Billing_First_Name>Name</Billing_First_Name>
    </Shipping
    </Orderdetails>

    Add new custom fields to the XML and under those fields the information about the order?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sebasjuh

    (@sebasjuh)

    I looked a bit around in the plugin and under the “Export now” tab you have the option “Format” and when you select the option XML and expand the custom settings you see the following tags to add in the XML:

    Product tag
    Coupon tag

    Would it be possible to extend these two tags with a couple of own added tags? And would there be a help/support file how to do it (or which files need to be edited?)?

    Plugin Author algol.plus

    (@algolplus)

    Hi

    Please, install XML plugin and tweak it for your needs.
    https://algolplus.com/plugins/code-samples/#sample_addons

    Thanks, Alex

    Thread Starter sebasjuh

    (@sebasjuh)

    Thank you Alex!
    With that link I got it working to change the XML export to my needs.

    The plugin is great so now I now it suits my needs so I can buy the pro version!

    Plugin Author algol.plus

    (@algolplus)

    you’re welcome ??

    • This reply was modified 5 years, 6 months ago by algol.plus.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to change XML layout?’ is closed to new replies.