Hi,
I have customized the Istore order confirmation workflow notification to get a table in the message.
- Copied the standard workflow message and renamed the message internal name.
- The message has many attributes using the standard packages to get the document value and document type.
- In My custom code i am returning the document type as 'Text/hmtl' and the attribute value with the html table content in it.
- I am able to view the table structure in the workflow status monitor notification.
- But i am getting html tags in the email as below.
Below are the details of your order.
<html><body><table width="65%" align="left" class="x1h" cellpadding="2"
cellspacing="0" border="1"><TR><TD>Order Number:</TD><TD>3200031325</TD>
</TR><TR><TD>Order Date:</TD><TD>24-JUL-15</TD></TR><TR><TD>Shipping
Information:</TD><TD>TST USER4<br />2675 REEVES ROAD<br />SUITE 190</TD>
</TR></table><br /></body></html>Billing Address: TST USER4
P.O. BOX 2124
ATTN ACCOUNTS PAYABLE
5. I have set the preference as HTML.
Please advice in getting the table structure in the email notification body.