Customer Groups
Scoping Questions
- Are customer groups required?
- What customer group types are needed? (VIP, staff, trade)
- Should customer groups have specific pricing or discounts?
How To Guide
Configuration Examples
Customer group definition
<retail:customerGroup
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:groupId>VIP_CUSTOMERS</retail:groupId>
<retail:descriptions>
<core:string language="en" country="GB">VIP Customers</core:string>
</retail:descriptions>
<retail:groupType>SEGMENT</retail:groupType>
<retail:promotionEligible>true</retail:promotionEligible>
<retail:discountEligible>true</retail:discountEligible>
</retail:customerGroup>