Using Tea Commerce you can make a using TeaCommerce.Api.Serialization and then order.ToXml(). So you properly need to edit the aspx file for the Search page and insert a button to make a /base call or something like that. Then at the base function you can create an xml and give it to the webshop owner.
Export Orders to CSV
Hi
Our client wants to export orders to CSV.
Has anyone done this and can provide examples?
Ideally we need an export button on the current Order Search page.
We are using Umbraco 6.1.6 MVC and TeaCommerce 2.3
Cheers Scott.
Hi Scott
Using Tea Commerce you can make a using TeaCommerce.Api.Serialization and then order.ToXml(). So you properly need to edit the aspx file for the Search page and insert a button to make a /base call or something like that. Then at the base function you can create an xml and give it to the webshop owner.
Kind regards
Anders
Hi Anders,
I assume the above is still the best options and nothing has moved on since this post? Got a few clients wanting us to do this.
Thanks
It is still the best way to do it :)
is working on a reply...