Customer Groups
This section describes how the module maps customer groups to Shopware and what configuration options are available.
Subsections
The following subsections are involved in mapping customer groups:
root
└───customer-group
└───customer-group-build-cache
└───customer-group-validate
└───customer-group-upsert
Configuration
The following configuration is used for customer groups:
{
"subsections": {
"customerGroup": {
"enabled": true
}
}
}
Mapping Table
Target: customer_group
Source: Elio\CommerceBundle\Document\Customer\CustomerGroup
Target Field | Source Path |
---|---|
*T name |
customerGroup.identifier or customerGroup.name |
displayGross | always false |
Customer Group Names
If the customer group has a name it will be mapped. Otherwise, the identifier will be used as name.