dweeves / magmi-git

Magmi GitHub
364 stars 307 forks source link

Flush catalog images cache after import #154

Open PieterCappelle opened 10 years ago

PieterCappelle commented 10 years ago

Hi,

First of all thank you for creating such a great application.

But I have one remark. It should be possible with the Image attributes processor to flush the catalog images after importing products. This could easily be done with the following command after the import.

Mage::getModel('catalog/product_image')->clearCache();

Or is there any other solution to flush the images after an import?

dweeves commented 10 years ago

Magmi has a "no magento code dependency" policy. the same could be achieved by removing all directories under media/catalog/product/cache.

RiccardoB commented 8 years ago

Currently the only method to have the correct images shown in the frontend after an import with Magmi "Image attributes processor" is to manually flush the product image cache from the backend?