This Magento 2 module creates an exportable grid in the admin backend with a list of all the visible products that do not have images linked to them.
- Exportable
- Filterable
-
Create a folder titled "Dacod" in your Magento
root/app/code. -
Under the folder above ("Dacod") create a folder titled "MissingProductImagesReport". All in all your folder structure from the Magento root folder should be
/app/code/Dacod/MissingProductImagesReport. -
Download the contents of this repository into the folder above ("MissingProductImagesReport").
-
From the Magento root folder, via the Command Line Interface run the following commands:
A.
php bin/magento module:enable Dacod_MissingProductImagesReportB.
php bin/magento setup:upgradeC.
php bin/magento setup:static-content:deploy -fD.
php bin/magento module:enable cache:clean -
Go to 'Catalog > Missing Product Images Report' on the backend.
You can use this code however you like (see LICENSE).




