Klarna.Flexible.MonthlyPay

Version: - string  

Summary

Returns a monthly amount of payment in the local currency.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Klarna.Flexible.MonthlyPay")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("Klarna.Flexible.MonthlyPay"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("Klarna.Flexible.MonthlyPay"); }

Outputting the template tag

<!--@Klarna.Flexible.MonthlyPay-->

Check if string has a value

<!--@If Defined(@Klarna.Flexible.MonthlyPay)--> Let's output this tag here: <strong><!--@Klarna.Flexible.MonthlyPay--></strong> <!--@EndIf(@Klarna.Flexible.MonthlyPay)-->