Install Klarna checkout V2
To install Klarna V2 follow the instructions here >>.
If you are using Acclerator Web Forms 5.4 or later, the Klarna checkout page type, KlarnaCheckOut.aspx is included with it.
In accelerator 5.4 the location is: \Src\Litium.Accelerator.WebForm\Site\CMS\Templates\B2C\KlarnaCheckOut.aspx
If you are using the Accelerator MVC 5.4 or later, the model, view and controller for the Klarna checkout is included in following files
\Src\Litium.Accelerator.Mvc\ViewModels\Checkout\KlarnaOnChangeViewModel.cs
\Src\Litium.Accelerator.Mvc\Views\CheckoutB2C\Widget.cshtml
\Src\Litium.Accelerator.Mvc\Controllers\Pages\KlarnaPaymentWidgetController.cs
This section explains how to add the KCO to an existing website, if you are not using Litium Accelerator version 5.4 or later.