Magento - Finding simple products with no configurable products -
recently ran in problem has been driving me spare, within magento, system have 4.5k simple products, how find ones not assigned configurable groups? has else run in this?
you can query
select * catalog_product_entity entity_id not in ( select product_id catalog_product_super_link ) , type_id = 'simple'
Comments
Post a Comment