#IF( ((#MerchantName AND #MerchantPassword AND #Passphrase) OR (#MerchantNameTest AND #MerchantPasswordTest AND #PassphraseTest)) AND (#Shop.FeatureMaxValue.PaymentMethods > #Shop.FeatureCurrentValue.PaymentMethods))
{TipsAndTricks}
#IF(#PaymentType.Alias EQ "Postfinance")
{NewPostfinanceMethodInfo}
#ELSIF (#PaymentType.Alias EQ "Acceptance")
{NewAcceptanceMethodInfo}
#ELSE
{NewOgoneMethodInfo}
#ENDIF
#ELSE
#IF(#Shop.FeatureMaxValue.PaymentMethods <= #Shop.FeatureCurrentValue.PaymentMethods)
{NewOgoneMethod}
{FeatureMaxValueReached}
#ENDIF
#ENDIF