#IF(#LineItemContainer.Payment)
#LOCAL("BasketID", #ID)
#LOCAL("PaymentMethodID", #LineItemContainer.Payment.PaymentMethod.ID)
#LOOP(#LineItemContainer.PaymentMethods)
#IF(#PaymentType.Alias EQ "POSTPAY" AND NOT #HidePOSTPAY)
#IF(NOT #IsMinOrderAmountReached)
#ELSE
#ENDIF
{or}
#ENDIF
#ENDLOOP
#ENDLOCAL
#ENDLOCAL
#ENDIF