How can I find all products without images in Magento?

前端 未结 10 689
Happy的楠姐
Happy的楠姐 2020-12-18 03:39

I have some thousand products and want to find all products without an image. I tried to search for (no image) in the admin products grid, but no result. How can I make an S

10条回答
  •  無奈伤痛
    2020-12-18 03:44

    also, to get the sql that the query Alan describes runs behind the scenes:

    echo (string) $products->getSelect();

提交回复
热议问题