Skip to main content

Order Data Capture

Scoping Questions
  1. What customer data must be captured for orders? (name, address, phone, email)
  2. What delivery data is required? (delivery address, instructions, contact number)
  3. Are there different data requirements per order type?
Configuration Examples
Order data capture configuration
<retail:orderCaptureTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STANDARD_ORDER</retail:templateId>
<retail:captureCustomerDetails>true</retail:captureCustomerDetails>
<retail:captureDeliveryAddress>true</retail:captureDeliveryAddress>
<retail:captureContactNumber>true</retail:captureContactNumber>
<retail:captureSpecialInstructions>true</retail:captureSpecialInstructions>
</retail:orderCaptureTemplate>