Feb 17, 2022 11:32 pm
Hello,
The woocommerce order notes are counted in the stats on the dashboard. It doesn't make much sense to count these ? If I look at the source code it's the expected behavior though...
In WpdiscuzHelperAjax, method wpd_stat_brief().
This sends us to the dbManager and the method getCommentsCount().
The sql query is : $sql = "SELECT COUNT(*) FROM `{$this->db->comments}` WHERE `comment_approved` = '1';"; ... so no filtering the woocommerce order notes ? Is this planned in the roadmap ?
Thanks.
2 Replies
Feb 18, 2022 11:59 am
Hi @tyesbo,
We've added this in our to-do list. It'll be added in future versions.
Feb 21, 2022 7:11 pm
Great ! Thank you.