I have had some requests about the plugin and a status functionality. I am not sure what you want to achieve, or what you are missing in the view.
to add your column
You could hook your custom plugin into ‘manage_shop_order_posts_custom_column’ and ‘manage_shop_order_posts_columns’ to add your columns.
to focus on one order status
If you are not a developer, there are some status links just above the order table. If you click ‘Processing’, it shows only the processing. And the the plugin sounds the alarm for new processing orders.
If your custom post type is not there that is beyond the scope of this plugin. But you might be able to hook in to ‘wc_order_types’ and add your custom post type.
-
This reply was modified 5 years, 5 months ago by wonder32.