Options
Scoping Questions
- Are product options required at POS? (size, colour, etc.)
- How should option selection be presented?
- Are option-level price differences required?
How To Guide
Configuration Examples
Option set for product customisation
<retail:optionSet
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:optionSetId>GIFT_WRAPPING</retail:optionSetId>
<retail:descriptions>
<core:string language="en" country="GB">Gift Wrapping Options</core:string>
</retail:descriptions>
<retail:mandatory>false</retail:mandatory>
<retail:options>
<retail:option optionId="STANDARD" label="Standard Wrapping" charge="2.50"/>
<retail:option optionId="PREMIUM" label="Premium Wrapping" charge="5.00"/>
</retail:options>
</retail:optionSet>