AvS_FastSimpleImport icon indicating copy to clipboard operation
AvS_FastSimpleImport copied to clipboard

category import: images that get imported multiple times

Open kkrieger85 opened this issue 8 years ago • 1 comments

From your code:

     * @todo Solve the problem with images that get imported multiple times.

Why not always use

$uploader->setAllowRenameFiles(false);

At least for category images customer could take care about different named images.

Other alternative: Cleaning up unused images after import.

kkrieger85 avatar Jul 06 '17 14:07 kkrieger85

I guess that wouldn't do it in scenarios where image filename is tied to some naming logic not in control of the Magento developer. Like a legacy software using [category_id].jpg or something.

Maybe an md5 check?

barbazul avatar Jul 06 '17 15:07 barbazul