#IF(NOT("CountryID" IN #Shop.BillingAddressSetMandatoryFields))
#ENDIF
#IF(#FormError)
#LOOP(#FormErrors.Errors)
#IF(#Reason NEQ "Financing_Not_Supported_In_Country")
{Error}
{PleaseCorrectErrors}
#IF(#Reason EQ "STRING_EMPTY")
{empty_string}
#ELSIF(#Reason EQ "PaymentTypeNotSelected")
{PaymentTypeNotSelected}
#ELSIF(#Reason EQ "NoLive2Test")
{NoLive2Test}
#ELSIF(#Reason EQ "estore_blacklisted")
{estore_blacklisted}
#ELSIF(#Reason EQ "invalid_estore_secret")
{invalid_estore_secret}
#ELSIF(#Reason EQ "unknown_estore")
{unknown_estore}
#ELSIF(#Reason EQ "FORMAT_NOT_FLOAT")
{format_no_float}
#ELSIF(#Reason EQ "FORMAT_NOT_INTEGER")
{format_no_integer}
#ELSE
{UnknownError} ({Error}: #Reason)
#ENDIF
#ELSE
{Notification}
{Financing_Not_Supported_In_Country}
#ENDIF
#ENDLOOP
#ENDIF
#IF(#DEFINED(#PclassTransactions))
#IF(#PclassTransactions)
{PclassTransactionOK}
#ELSE
{CampaingsNotFound}
#ENDIF
#ENDIF
{Alias} |
{Description} |
{Months} |
{InterestRateValue} |
{StartFee} |
{InvoiceFee} |
{MinPurchase} |
|
#IF(#COUNT(#Kr_Pclasses) == 0)
{CampaingsNotFound} |
#ENDIF
#LOOP(#Kr_Pclasses)
#Alias |
#Description |
#IF(#Months==0)-#ELSE#Months[integer]#ENDIF |
#InterestRate[float] % |
#StartFee[money] |
#InvoiceFee[money] |
#MinPurchase[money] |
#ENDLOOP
#ENDWITH_ERROR
#IF(#DEFINED(#Kr_TransTime))({LastUpdated}: #Kr_TransTime[datetime])#ENDIF