Moving all the products from category (id) is 3 in the category 1
UPDATE oc_product_to_category set category_id = '1' where category_id = '3';
UPDATE oc_product_to_category set category_id = '1' where category_id = '3';
Comments
Post a Comment