Skip to main content

Options

Scoping Questions
  1. Are product options required at POS? (size, colour, etc.)
  2. How should option selection be presented?
  3. Are option-level price differences required?
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>