#IF(#FormError AND ( #FormErrors.Reason.ERR_MB_CONFIG_ERROR OR #FormErrors.Reason.ERR_MB_AUTH ))
{ConfigError}
#ELSIF(#FormError AND #FormErrors.Reason.ERR_MB_CONNECT)
{ConnectionError}
#ELSIF(#FormError AND NOT #FormErrors.Reason.SendEmailFailed
AND NOT #FormErrors.Reason.ERR_MB_INVALID_EMAIL )
{InputError}
#IF(#FormErrors.Reason.OBJECT_EXISTS)
{ObjectExists}
#ELSIF(#FormErrors.Reason.FEATURE_LIMIT_EXCEEDED)
{FeatureLimitExceeded}
#ELSE
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#IF(#SetInvisible)
{Notification}
{SetPaymentMethodInvisible}
#ENDIF
#IF(#RegistrationSuccessful)
{Notification}
{RegistrationMailSentSuccessfully}
#ELSIF(#FormErrors.Reason.SendEmailFailed)
#ENDIF
#IF (#Email AND NOT #MerchantID)
{InputError}
{InvalidEmailError}
#IF (#FormErrors.Reason.ERR_MB_INVALID_EMAIL)
{SetPaymentMethodInvisible}
#ENDIF
#ENDIF
#IF(#IsHirePurchaseEnabled AND NOT (
(#SplitGatewayMethod EQ "WLT") OR
(#SplitGatewayMethod EQ "DID") OR
(#SplitGatewayMethod EQ "MSC") OR
(#SplitGatewayMethod EQ "VSA") OR
(#SplitGatewayMethod EQ "DIN") OR
(#SplitGatewayMethod EQ "AMX") OR
(#SplitGatewayMethod EQ "JCB") )
)
{HirePurchaseSettingsError}
{HirePurchaseInfo}
{HirePurchaseSupportedMethods}: Moneybookers Wallet, Direct Debit, MasterCard, Visa, Diners, American Express, JCB
#ENDIF
#IF(#NewPaymentMethods)
{NewPaymentMethodsCreated}
#LOOP(#NewPaymentMethods)
#ENDLOOP
#ENDIF
|
{Info10}
#LOCAL("MoneybookersPartner", "en")
#IF((#Language.Code2[LC] EQ "de") OR (#Language.Code2[LC] EQ "es") OR(#Language.Code2[LC] EQ "fr"))#SET("MoneybookersPartner", #Language.Code2[LC])#ENDIF
{MoreInformation}
#ENDLOCAL
|
{Info0}
- {Info1} {RegisterURL}
- {Info2} {ClickSave}
- {Info3}
#IF( #MerchantID AND #Email AND #Shop.MailFrom AND NOT #RegistrationSuccessful AND NOT #Secret)
#ELSE
{EnableAcountURL}
#ENDIF
- {Info4}
- {Info5} {ClickSave}
- {Info6}
- {Info7} {AddNavElementNow}
{AdminURL}
{NewMoneybookersMethodInfo}
#IF( #MerchantID AND #Email AND #Secret AND
(#Shop.FeatureMaxValue.PaymentMethods > #Shop.FeatureCurrentValue.PaymentMethods))
#ELSE
{NewMoneybookersMethod}
#IF(#Shop.FeatureMaxValue.PaymentMethods <= #Shop.FeatureCurrentValue.PaymentMethods)
{FeatureMaxValueReached}
#ENDIF
#ENDIF