Copied to clipboard

Flag this post as spam?

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


  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Nov 20, 2020 @ 15:18
    Nik
    0

    Exporting Orders

    Hi Matt,

    Is it possible to export orders for a given time frame?

    Thanks

    Nik

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Nov 20, 2020 @ 15:53
    Matt Brailsford
    100

    Hi Nick,

    Not currently OOTB.

    There are a few tasks on the issue tracker which would help with this. One of which is pretty close, but would need to be released after 1.4.0. That issue is a feature requests to add ToXml and ToJson support to orders for easy serialization. You could of course generate your own serialized version of the properties you needed if you need it now.

    Beyond this we would also need to introduce either a bulk action, or a menu item on the orders list for you to perform the export. I think the menu item would be the better fit as it could show a dialog to ask what timeframe to export along with any other info.

    All of this is possible to add now as you can inject menu items using standard Umbraco techniques for doing so, and have it show a custom dialog and use a custom API endpoint to do the "export", but it's just not OOTB yet.

    Hope this helps

    Matt

Please Sign in or register to post replies

Write your reply to:

Draft