You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the idea. I'm very open to include the code in the extension. Can you please open a pull request? Would you be willing to includ the event observer, too?
One note: what do you think, maybe it would be better to name the event in a way that states the condition which just occured - maybe nicerimagenames_new_file_available or the like - since event names generally should not be in "command" form, but rather state things that happened.
alexkuk
pushed a commit
to alexkuk/nicer-image-names
that referenced
this issue
May 22, 2015
I faced with this problem and I have a solution for it. Could you please review it and consider including it into the module?
The solution is to add an to override Mage_Catalog_Model_Product_Image::isCached() method in Netzarbeiter_NicerImageNames_Model_Image:
It checks the base file change time, and if cached file is older - we regenerate a cached file
The text was updated successfully, but these errors were encountered: