Plugin Support
latti
(@niyht)
Thank you very much, I’ve made all the changes you requested and released the new version 3.2.4 . If you notice anything missing, please let me know here. In the meantime, you need to download and install the new version from the plugin’s wp.org page because the update notification will appear after 24 hours.
Thread Starter
kelitu
(@kelitu)
It works beautifully. Thank you @niyht.
Thread Starter
kelitu
(@kelitu)
Quick note: The numbers do not update when we make changes. When I run a quick database query, you find that when I use this on SQL, or export the csv, I get the same numbers but not on the dashboard. Is it because I am using the woocommerce for legacy as opposed to the HPOS?
SELECT
post_status,
COUNT(*) AS total
FROM wp_posts
WHERE post_type IN (‘product_variation’)
AND post_status IN (‘publish’)
GROUP BY post_status;
Plugin Support
latti
(@niyht)
Thank you very much, I’ve made all the changes you requested and released the new version 3.2.6 . If you notice anything missing, please let me know here. In the meantime, you need to download and install the new version from the plugin’s wp.org page because the update notification will appear after 24 hours.
Thread Starter
kelitu
(@kelitu)
Resolved very well. Thank you @niyht.