Neelbyte Image Catalog Importer is a ZIP-to-Media and WooCommerce image management tool by Neelbyte Websolution.
Upload one or multiple ZIP catalogs. The importer finds image files inside SKU folders, creates WordPress Media Library attachments, generates SKU-based filenames, and can assign every image to the matching WooCommerce product.
The built-in Gallery Repair tool is designed for catalogs that were already imported. It scans existing Media Library attachments, recovers SKU information from importer metadata or generated filenames, and adds every matching image to the correct WooCommerce product gallery without uploading the files again.
Example:
catalog.zip
├── ABC123/
│ ├── front.jpg
│ ├── back.jpg
│ └── side.png
└── XYZ456/
├── image1.jpg
└── image2.jpg
Generated filenames:
ABC123-01.jpg
ABC123-02.jpg
ABC123-03.png
Nested folders are supported. The folder directly containing an image is treated as the SKU.
If the images are already in your Media Library but only one image was assigned to each WooCommerce product:
The repair process does not upload the images again. It reuses existing attachment IDs, preserves an existing featured image, adds missing images to the product gallery, and avoids duplicate gallery entries.
Administrative actions require the manage_options capability and a WordPress nonce. ZIP entries are validated and unsafe traversal paths are rejected. Image contents are checked before imported attachments are created.
Neelbyte Image Catalog Importer does not send media, product data, or usage information to an external service.