[SQL] Tính lại số lượng sản phẩm trên danh mục của WooCommerce

Trong trường hợp, bạn xóa sản phẩm nhưng số lượng sản phẩm trên danh mục không cập nhập thì bạn có thể sử dụng SQL sau để update lại.


-- clean relation terms
DELETE rel
FROM wp_term_relationships rel
LEFT JOIN wp_posts p ON rel.object_id = p.ID
WHERE p.ID IS NULL;

-- Update count product_cat
UPDATE wp_term_taxonomy tt SET count = (SELECT COUNT(object_id) FROM wp_term_relationships WHERE term_taxonomy_id = tt.term_taxonomy_id) WHERE taxonomy = 'product_cat';

Leave a Reply

Your email address will not be published. Required fields are marked *

Zalo
Telegram
Messenger
Messenger
Telegram
Zalo