-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added module description with explanation of the functionality
- Loading branch information
1 parent
7ea3d6a
commit 6a9d9db
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### What's the problem? | ||
|
||
That sometimes might be a case when your Magento content managers use the same images with assigning them to | ||
different products - and that may consume a lot of priceless server media storage. Especially if you're on | ||
a big number of SKUs, that'll become a real issue. | ||
|
||
### What to do? | ||
|
||
Our small extension helps to discover such duplicates in products' galleries, remove them and point the images to | ||
original path. | ||
|
||
### How to use? | ||
|
||
That's easy - `bin/magento catalog:images:remove-duplicates` | ||
|
||
**Warning** | ||
|
||
Please create dumps of below listed tables, for being able to revert changes if something goes wrong. | ||
|
||
- catalog_product_entity_media_gallery | ||
- catalog_product_entity_varchar |