Overridden PrepareProductOverviewModels inconsistent with plugins

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anos atrás
I have overriden the standard PrepareProductOverviewModels call in a 4.0 plugin. This works fine and works as it should. However when the another plugin (Nop-Themes/7Spikes AjaxFilters, just for reference) calls the same PrepareProductOverviewModels it doesn't use the overriden version it runs the standard out of the box one but only in a live environment, in debug it works fine calling the correct override version.  
I am at a loss to understand why that would be the case.

Anyone got any ideas?
2 anos atrás
1. check your Order at dependency register. give highest order.
2. check warning from admin -> system -> warning
2 anos atrás
Order on my plugin is set to int.Max

public int Order => int.MaxValue

No warnings at all.
2 anos atrás
There won't be any warnings as it is not an error as such
Have you tried restarting the Webserver and Application Pool ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.