Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Scott Anderson 18 posts 51 karma points
    Oct 24, 2014 @ 01:44
    Scott Anderson
    0

    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.

  • Anders Burla 2560 posts 8256 karma points
    Oct 24, 2014 @ 08:06
    Anders Burla
    0

    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

  • Simon 14 posts 36 karma points
    Jul 16, 2015 @ 11:16
    Simon
    0

    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

  • Anders Burla 2560 posts 8256 karma points
    Jul 17, 2015 @ 11:05
    Anders Burla
    0

    It is still the best way to do it :)

Please Sign in or register to post replies

Write your reply to:

Draft