Hi there!
I would like to filter the order by day, not by month. Is there a way to add a filter for that?
Using the analytics does not show all the info from the plugins.
Could you clarify where you would like to view your orders day by day? Here you have an image on how you can see that under WooCommerce > Reports > Orders > Sales by Date
https://d.pr/i/OFxhQh
Let me know if that works!
Thread Starter
gendai
(@gendai)
Hi @danielinhou,
WooCommerce > Reports > Orders > Sales by Date
Thank for the reply, informationally, this view does not show all the plug-in details what we need in a daily view. As a take-away restaurant we need to know the order time, pick-up/delivery. These elements are not available in the report view.
Hi gendai,
I believe what you mean is, how to show today’s orders in Woocommence->orders. Because I have a similar issue, and I found this plugin which enables you to filter today’s orders:
https://wordpress.org/plugins/woo-orders-date-range-filter/
Thread Starter
gendai
(@gendai)
Hi @ditus,
Thanks for the suggestion, but since this plug-in was not updated for 3yrs I don’t have any plans of using it.
Thanks anyway.
Hi there @gendai,
There’s not a built-in report where you can see all those details for the orders that are shown in a day.
As WooCommerce is Open Source software you could achieve that with custom code. I am not a developer myself but you might want to create a private page for admins-only. Then create a custom template where you’ll loop through today’s orders and make sure to get all the details as order line items in a table.
We highly recommend contacting one of the services on our Customizations page (https://woocommerce.com/customizations/) for this kind of project.
Cheers!