#IF(#MailType.Header)

#MailType.Header[0]

#ENDIF #INCLUDE("INC-CustomerOrderData") #IF(#ViewedOn) #ENDIF #IF(#CancelledOn) #ENDIF #IF(#PendingOn) #ENDIF #IF(#InProcessOn) #ENDIF #IF(#ReadyForShippingOn) #ENDIF #IF(#PartlyDispatchedOn) #ENDIF #IF(#DispatchedOn) #ENDIF #IF(#ShippedOn) #ENDIF #IF(#PartlyInvoicedOn) #ENDIF #IF(#InvoicedOn) #ENDIF #IF(#PartlyPaidOn) #ENDIF #IF(#PaidOn) #ENDIF #IF(#ClosedOn) #ENDIF
{Status} {Date}
{CreationDate} #CreationDate[datetime]
{ViewedOn} #ViewedOn[datetime]
{CancelledOn} #CancelledOn[datetime]
{PendingOn} #PendingOn[datetime]
{InProcessOn} #InProcessOn[datetime]
{ReadyForShippingOn} #ReadyForShippingOn[datetime]
{PartlyDispatchedOn} #PartlyDispatchedOn[datetime]
{DispatchedOn} #DispatchedOn[datetime]
{ShippedOn} #ShippedOn[datetime]
{PartlyInvoicedOn} #PartlyInvoicedOn[datetime]
{InvoicedOn} #InvoicedOn[datetime]
{PartlyPaidOn} #PartlyPaidOn[datetime]
{Paid} #PaidOn[datetime]
{ClosedOn} #ClosedOn[datetime]
{ThanksForOrder}
#INCLUDE("INC-OrderInformationTable") #IF(#User AND NOT #User.IsAnonymous)

{TrackOrderStatus} {ViewYourOrderStaus}

#ENDIF #MENU("AdditionalInformation") #INCLUDE(#Template) #ENDMENU #IF(#MailType.AdditionalText)

#MailType.AdditionalText[0]

#ENDIF