Loyalty Benefits
Scoping Questions
- What non-points benefits are offered? (exclusive discounts, early access, free delivery)
- Are benefits tier-specific?
- How are benefits communicated to POS operators?
How To Guide
Configuration Examples
Loyalty tier with benefits
<retail:loyaltyTier
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:tierId>GOLD</retail:tierId>
<retail:descriptions>
<core:string language="en" country="GB">Gold Member</core:string>
</retail:descriptions>
<retail:schemeId>LOYALTY_UK</retail:schemeId>
<retail:minimumPoints>5000</retail:minimumPoints>
<retail:pointsMultiplier>2.0</retail:pointsMultiplier>
<retail:discountPercent>10</retail:discountPercent>
<retail:freeDelivery>true</retail:freeDelivery>
</retail:loyaltyTier>