# How can I disable the whole plugin for each saleschannel?

You want to run a B2C store separately from the B2B store in 2 saleschannels or you need the B2Bsellers Suite only for a limited number of saleschannels? How can you set this up?

It is not intended on the part of Shopware 6 and Symfony that you can activate or deactivate complete plugins per Saleschannel. This is technically not possible!

But... of course there is a simple way to do this. You can make the plugin configuration completely different for each saleschannel, also the customers and employees can be different for each saleschannel.

Therefore you should simply adjust the configuration for the "non B2Bsellers store/B2C Store" and e.g. disable the registration requests or the B2B registration in the settings. Basically, most of the B2B features are disabled on installation. So if you want to have a B2C store without B2Bsellers, you should disable almost all options in the config.

So you can also run a separate B2C and B2B store based on different saleschannels with the B2Bsellers Suite.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.b2b-sellers.com/b2b-platform/user-documentation/admin-settings-configuration/how-can-i-disable-the-whole-plugin-for-each-saleschannel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
