The Missing Images plugin shows you a list of products whose images are specified in your admin/database but cannot be found on the filesystem/server.
Download: https://www.zen-cart.com/downloads.php?do=file&id=2268
Printable View
The Missing Images plugin shows you a list of products whose images are specified in your admin/database but cannot be found on the filesystem/server.
Download: https://www.zen-cart.com/downloads.php?do=file&id=2268
Good afternoon,
This doesn't seem to be working for me. I have half a dozen items without images, but the report returns with negative results. ZC 1.5.7b.
Thank you.
Have you followed all the steps at https://www.thatsoftwareguy.com/zenc...ng_images.html
Yes, I completed all the steps in order.
I have a missing images checker on my Github that may work for you.
I intended to steal ideas from this one, but never got round to it...
As per readme, it's fine up to and including ZC158.Quote:
ANy updates as to whether this one is working and with what versions?
Thanks for this report. I have clarified the documentation to reflect the purpose of the plugin: to find products which have an image set but where the image does not exist.
If you just want to find products which don't have the image field set, use a SQL query in phpMyAdmin:
SELECT p.products_id, pd.products_name FROM products p, products_description pd WHERE p.products_id = pd.products_id AND p.products_image = '';