Delete
Requete pour supprimer les produits de cette categorie :
DELETE FROM `catalog_product_entity`
where `entity_id` IN
(select `product_id` from `catalog_category_product`
where `category_id` = 173);
Puis pour supprimer les simples sans associations configurables :
SELECT * FROM catalog_product_entity
WHERE entity_id NOT IN ( SELECT product_id FROM catalog_product_super_link )
AND type_id = 'simple'
AND sku NOT LIKE '%blank%';
Trier
Filtrer
No products found