Override one controller with multiple plugins

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I'm currently working in Nop 4.0. I'm trying to override the ShoppingCartController in a plugin, but it's already being overridden in another plugin that I don't have access to. Is there any way to override the same controller in multiple plugins?
5 years ago
Hi Malcolm,

Yes, you can override the same controller in multiple plugins but, only one implementation which has a higher "Order" property value in "DependencyRegistrar" class will run. For more details see this topic.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.