Also, I am not certain if you wanted the status on/off to just show red or green or be able to turn off/on. Currently it only shows the status.
Printable View
It would be great if this mod had
1) download to csv
2) bulk image set to no_picture.jpg for bad/missing pictures (right now I have 1,291 image issues from a data load) The missing images are causing memory errors I believe.
3) if it could check the additional images for issues.... found a secondary image with issue that is not showing up on the report.
I also believe this mod should be a standard in the ZC admin toolkit
Thank you!
Shrimp
Why?Quote:
It would be great if this mod had
1) download to csv
You want to set the product image link to no_picture forQuote:
2) bulk image set to no_picture.jpg for bad/missing pictures (right now I have 1,291 image issues from a data load) The missing images are causing memory errors I believe.
- images that are defined in the product but are not found?
- products that have no image defined?
Core code should handle both cases without a problem.
What issues need to be checked for?Quote:
3) if it could check the additional images for issues.... found a secondary image with issue that is not showing up on the report.
Oh, the 1st why.... if there was a csv download I could manually fix the images through a data update.... but I would prefer to have them able to be set to no_picture.gif
Thank you for taking a look at my thoughts!
Any plans to update for 2.0?
I'd forgotten about it, although we still use it.
Long ago I saw you had something similar but I never got round to comparing it.
I know if I look over this again I'll lose a couple of days fettling. Any other ideas/comments to add?
Mine is here: https://www.zen-cart.com/downloads.php?do=file&id=2268
It just looks for situations where the products_image field in the products table is set but the corresponding file doesn't exist.
Encapsulated plugin to test
https://github.com/torvista/Zen_Cart...er/tree/plugin