You can add your own Order filters (e.g. Filter Orders by Shipping Postcode) the Orders export by hooking into our exposed WordPress Actions and Filters.
To add a custom Order filter to the Order export type in Store Exporter Deluxe add the following PHP snippet to your current WordPress Theme’s functions.php file:
View Code
Hi Michael.
This snippet is of great value. Thanks.
I have a question. Is there a way to make this snippet to work with the Scheduled Exports?
Hi Francisco, thanks for the feedback. Presently we use different Filters and use different POST elements between the Quick Export and Edit Scheduled Export screens.
I’ll spin up an updated snippet for adding custom Filters for the Edit Scheduled Export screen tomorrow if I have time; otherwise it will happen next week. 🙂