<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/System/SystemConfig/Schema/config.xsd">
    <card>
        <title>Customer scope</title>
        <title lang="de-DE">Kunden-Zuweisung</title>

        <input-field type="bool">
            <name>isCustomerBoundToSalesChannel</name>
            <label>Bind customers to Sales Channel</label>
            <label lang="de-DE">Kunden an Verkaufskanal binden</label>
            <helpText>If activated, customers can sign up separately for each Sales Channel. Existing customers are not affected by this setting.</helpText>
            <helpText lang="de-DE">Wenn die Einstellung aktiviert ist, können sich Kunden separat in jedem Verkaufskanal registrieren. Bestehende Kunden sind von dieser Einstellung nicht betroffen.</helpText>
        </input-field>
    </card>
</config>
