Issue with sales reports showing zero for orders
-
Hello WooCommerce team,
We’re experiencing an issue where some of our users, who has orders daily, see all zero values in their sales reports. The report consistently shows:
Endpoint: Website.com/wp-json/wc/v3/reports
{
"total_sales": "0.00",
"net_sales": "0.00",
"average_sales": "0.00",
"total_orders": 0,
"total_items": 0,
"total_tax": "0.00",
"total_shipping": "0.00",
"total_refunds": 0,
"total_discount": "0.00",
"totals_grouped_by": "day"
}Additionally, when checking the WooCommerce reports at:
website.com/wp-admin/admin.php?page=wc-reports
the same issue persists, with all values showing as zero.Is there a specific reason this is happening, and how can we resolve it?
Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Issue with sales reports showing zero for orders’ is closed to new replies.