Is it possible to change XML layout?
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Is it possible to change XML layout?’ is closed to new replies.