Opencart moving all the products from a category id to another category
id
Opencart moving all the products from a category id to another category id
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;
visit link download