Tag: images
SELECT `p`.`sku` FROM `catalog_product_entity` AS `p`...
The following solutions helps to find duplicate image file for each product and to remove it
For instance, we need to convert all .gif to .jpg
SELECT `p`.`sku` FROM `catalog_product_entity` AS `p`...
The following solutions helps to find duplicate image file for each product and to remove it
For instance, we need to convert all .gif to .jpg