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
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
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
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
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
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...
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
As per readme, it's fine up to and including ZC158.ANy updates as to whether this one is working and with what versions?
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
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 = '';
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks