Loyalty Redemption
Scoping Questions
- How are loyalty points redeemed? (automatic, manual, at checkout)
- What is the redemption rate? (points per currency unit)
- Is partial redemption permitted?
- Are there minimum redemption thresholds?
How To Guide
Configuration Examples
Loyalty redemption settings
<retail:loyaltyScheme
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:schemeId>LOYALTY_UK</retail:schemeId>
<retail:redemptionEnabled>true</retail:redemptionEnabled>
<retail:redemptionRate>100</retail:redemptionRate>
<retail:redemptionValue>1.00</retail:redemptionValue>
<retail:minimumRedemptionPoints>500</retail:minimumRedemptionPoints>
<retail:partialRedemptionAllowed>true</retail:partialRedemptionAllowed>
</retail:loyaltyScheme>