Klarna & Klarna Checkout
Add-on for using Klarna as payment provider in your e-commerce solution.
Add-on for using Klarna as payment provider in your e-commerce solution.
Requires the latest service release of the respective compatible with version (compatible with version can be seen in the top righthand side of this page).
Installation
Read the system requirements for development environment before installing
For Klarna v2 and Klarna Checkout v2
Follow the steps below:
- Open Visual Studio and your solution
- Open Package Manager Console that is found in Tools > NuGet Package Manager menu. If multiple projects exists in the solution ensure that the web application project is selected as Default project in Package Manager Console.
- Install nuget-packages with the command in Package Manager Console
Install-Package Litium.Studio.AddOns.Klarna
Install-Package Litium.Studio.AddOns.Klarna.UI
- Rename the Litium.Studio.AddOns.Klarna.dll.config.tmpl.exclude to Litium.Studio.AddOns.Klarna.dll.config and fill it with configuration options (if you already had a previous version, copy the options from previous version).
For Klarna v3 and Klarna Checkout v3
Follow the steps below:
- Open Visual Studio and your solution
- Open Package Manager Console that is found in Tools > NuGet Package Manager menu. If multiple projects exists in the solution ensure that the web application project is selected as Default project in Package Manager Console.
- Install nuget-packages with the command in Package Manager Console
Install-Package Litium.AddOns.Klarna
Install-Package Litium.AddOns.Klarna.UI
- Rename the Litium.AddOns.Klarna.dll.config.tmpl.exclude to Litium.Studio.AddOns.Klarna.dll.config and fill it with configuration options (if you already had a previous version, copy the options from previous version).
|