Current version:
Cloud / Self-hosted
This extension/theme cannot be used in a Shopware Cloud shop. Cloud Self-hosted
Shopware 6: Plugin status
Product information
Highlights
- less 404
- leads to higher conversion
- find ordernumbers for broken images
Features
- Find broken images in MediaObjects
- Find broken images in Shop pages
- Find broken images in Blog entries
- Find broken images in Forms
- Find broken images in Text modules
- Find broken images in Links from ArticlePictures to MediaObjects
Description
The images listed in the MediaManager are not always available as a file on the server. This leads to images with 404 in the shop. Our plugin checks all images in the MediaManager for a corresponding file on the server. Reasons can be e.g. faulty picture uploads from third party connectors.
It also performs other checks in the content area.
- MediaObjects
- NEW: Shop pages
- NEW: Blog entries
- NEW: Forms
- NEW: Text modules
- NEW: Links from ArticlePictures to MediaObjects
Your team from EXWE
Hints
- The plugin searches for the original photo. We don't search for thumbnails, because Shopware can easily generate them from the original again.
- Special feature when using a CDN. If our plugin marks an image as 404 this image can still be present on the CDN.
Make sure that you change the displayed URL to the base URL of your shop when testing. We always deliver the URL with CDN, if available.
https://cdn.testshop.de/media/1/a/x/bild.jpg -> image may be displayed because cached
https://www.testshop.de/media/1/a/x/bild.jpg -> 404
Customer reviews
As the owner of this extension you can rate it in the Shopware account
Rate now in your accountAverage customer rating from 1 reviews:
Super Plugin und schneller Support
Danke des Plugins konnten schnell alle kaputten Bilder gefunden werden, die sich durch den CSV-Import eingeschlichen haben. Dank des schnelles Supportes innerhalb einer halben Stunde konnte ich die Bilder alle per SQL-Befehl löschen, was mir eine Menge Arbeit erspart. TOP, vielen Dank!
Installation manual
Simply install and start the search under "Content -> EXWE Broken Image Finder".
Changelog
Version 1.2.2
fix wrong namespace in backend controllerVersion 1.2.1
fix wrong controller in backend menuVersion 1.2.0
New Modules:- Content
- Blog
- Forms
- Snippets
- Article to Media relations
Version 1.0.1
CodeCleanup / Better explanation when using a CDN
Version 1.0.0
First release of this plugin.