We have a plugin with a lot of custom routes, services, decorators, etc. Is there a relatively simple solution to enable/disable the plugin individually per sales channel?
The only solution I found is placing if conditions everywhere, but that would be insane for plugins with the size of my example.
I haven't found anything about that topic here on stack overflow or somewhere else.