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
Is it possible to disable the cleaning of the related categories after a product is saved? We have products that are tagged in many categories, so saving 1 product leads to invalidating a lot of categories.
I have tried to disable the cleaning of the categories by commenting out the following lines in \Model\Observer\Save.php
Hi,
Is it possible to disable the cleaning of the related categories after a product is saved? We have products that are tagged in many categories, so saving 1 product leads to invalidating a lot of categories.
I have tried to disable the cleaning of the categories by commenting out the following lines in \Model\Observer\Save.php
But this doesn't seem to work. Is there anyway to make this work?
The text was updated successfully, but these errors were encountered: