Hi,
This is regarding a ship confirmation email that I am building using the drag drop
the email is going to look like
These Items are on their way
Shipped Item 1
Shipped Item 2
Other Items in your Order
Delivered Items
Delivered Item 1
Delivered Item 2
In Process Items
In process Item 1
In process Item 2
Now I am getting the information in this format
<Event>
<Shipment>
status
<shipmentItem>
<shipmentItem>
</Shipment>
<Shipment>
status
<shipmentItem>
<shipmentItem>
</Shipment>
</Event>
My question is how do i check the value of status to decide if i should display
Other Items in your Order
Note staus can have values : Shipped, Delivered, In Process