#SET("Alternate", 1 - #Alternate)
{PaymentMethod} |
#IF(#PaymentMethod)#PaymentMethod.NameOrAlias#ELSE#Name#ENDIF
#IF(NOT ( (#ViewAction EQ "ViewOffer") OR (#DEFINED(#BasketOrderProcess.CurrentStep.ViewAction.Alias) AND #BasketOrderProcess.CurrentStep.ViewAction.Alias EQ "ViewMultiCheckoutConfirmation")))
#IF(#Payment.PaymentMethod.Note AND NOT #Order.PaidOn AND NOT #Order.PartlyPaidOn AND NOT #PaidOn AND NOT #PartlyPaidOn) #Payment.PaymentMethod.Note[0]#ENDIF
#ENDIF
#IF(#HirePurchaseNoOfMonths)
{HirePurchase} |
{NumberOfMonths} |
#HirePurchaseNoOfMonths {Months} |
{InstallmentAmount} |
#HirePurchaseInstallmentAmount[money] |
{InterestRateValue} |
#HirePurchaseInterestRateValue[float]% |
{EffectiveInterestRateValue} |
#HirePurchaseEffectiveInterestRateValue[float]% |
{InterestRateGrandTotal} |
#HirePurchaseGrandTotal[money] |
#ENDIF
|
|
|
#IF(#DEFINED(#PaymentDiscount))
#IF(#LineItemPrice NGT 0)#LineItemPrice[money]#ENDIF
#ELSE
#LineItemPrice[money]
#ENDIF
|