#PaymentMethod.NameOrAlias
#IF(#TransID) {TransID}: #TransID#ENDIF
#IF(#PaymentMethod.PaymentTypeMethod.ProductType EQ "invoice" AND #TransID2) {BillSAFETransactionNumber}: #TransID2#ENDIF
#INCLUDE("INC-IsTestTransaction")
#IF(NOT #Order.PaidOn AND NOT #Order.PartlyPaidOn)
#IF(NOT ( (#ViewAction EQ "ViewOffer") OR (#DEFINED(#BasketOrderProcess.CurrentStep.ViewAction.Alias) AND #BasketOrderProcess.CurrentStep.ViewAction.Alias EQ "ViewMultiCheckoutConfirmation")))
#LineItemContainer.Payment.PaymentMethod.Note[0]
#ENDIF
#ENDIF
|