Currently, you can export all orders or a selection using the checkboxes. We plan to redesign the orders section, and I'll ensure the feature you need is included.
Our on-location event manager is getting really unhappy really fast about this issue. He should really be able to have a per-event ticket orders list.
The currently implemented “Export all orders” list puts every order into one row. So if any order contains tickets for several events, the list cannot even be filtered in Excel.
I'm not sure how long it will take for the new order management?
In the meantime, could you provide an export of all tickets (not orders), so that we can filter them in the CSV?
Is there a way to view or export all ticket orders for a given event / with given event-ID?
Any news on this?
The “Ticket orders” view goes into a good direction, especially when using the “List by ticket” option in combination with search (by event title).
However, if a given order contains tickets for two different events, the ticket for the non-matching event will also be listed.
-> We should really have an option to see all tickets for just one event.
Sorry for the delayed response.
Currently, you can export all orders or a selection using the checkboxes. We plan to redesign the orders section, and I'll ensure the feature you need is included.
Stachethemes Developer
Our on-location event manager is getting really unhappy really fast about this issue. He should really be able to have a per-event ticket orders list.
The currently implemented “Export all orders” list puts every order into one row. So if any order contains tickets for several events, the list cannot even be filtered in Excel.
I'm not sure how long it will take for the new order management?
In the meantime, could you provide an export of all tickets (not orders), so that we can filter them in the CSV?
I can provide you with temporary solution to this:
Open file /includes/woocommerce/class.rest-orders-controller.php
Find the function export_orders (line 224) and replace it with the one I've pasted below.
Stachethemes Developer