Klarna.Flexible.StartFee

Version: - string  

Summary

Returns an amount of start fee in the local currency.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Klarna.Flexible.StartFee")

Check if tag has a value

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

Assign tag to a value for later use

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

Outputting the template tag

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

Check if string has a value

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