Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.
Hi @tyesbo,
We've added this in our to-do list. It'll be added in future versions.
Great ! Thank you.