snehal13
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Slow dashboard due to Slow Comment count query.The total number of comments i have is less than 500, but my comment section also shows woocommerce order notes and counting that i have 7500 comments,
But i figured the issue, the comments table had 30000+ action_log rows as well, so i just added action_log to the where clause like this,
SELECT comment_approved, COUNT(*) AS num_comments
FROM wp_comments
WHERE comment_type NOT IN (‘order_note’, ‘webhook_delivery’, ‘action_log’)
GROUP BY comment_approvedand this fixed my issue.
Same with us, we are facing the same issues of duplicate orders on our store.
version : 3.5.5Forum: Plugins
In reply to: [Wallet for WooCommerce] Apply as a Coupon functionality is not workingThank you for your update, I will try to see if any plugin/theme is affecting this and will share the result.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Apply as a Coupon functionality is not workingthanks, will be waiting for your update. 🙂
Forum: Plugins
In reply to: [Wallet for WooCommerce] Apply as a Coupon functionality is not workingHi Subrata,
I have cross-checked order status of all orders, all of them are in the completed state.