My Oracle Support Banner

How to fetch custom Order property to prevent 'OrderPlaced Email' Template Issue (Doc ID 2449898.1)

Last updated on JUNE 20, 2024

Applies to:

Oracle Commerce Cloud Service - Version N/A and later
Information in this document applies to any platform.

Goal

How to fetch custom Order property in html_body.ftl using the below code:-

<#list data.dynamicProperties as customProperty>
  <#if customProperty.propertyId == "paymentDetails">
  <#assign orderInfo = customProperty.propertyValue>
  ${orderInfo}
  ${orderInfo.shipToState}
  
  
  
  

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.