Install
Installation guide
Svea checkout Add-on contains 6 assemblies that are installed through Nuget packages:
- Litium.AddOns.Svea
- Litium.AddOns.Svea.Abstractions
- Litium.AddOns.Svea.UI
- Litium.Svea.Api
- Litium.Svea.CheckoutApi
- Litium.Svea.PaymentAdminApi
Follow these steps:
- Open Visual Studio and your solution.
- Open Package Manager Console on the Tools > NuGet Package Manager menu. If you have multiple projects in the solution, ensure that the web application (MVC) project is selected as Default project in Package Manager Console.
- Install the nuget-packages with the following commands in Package Manager Console:
Install-Package Litium.AddOns.Svea
- Download the zip package with Accelerator files: Litium.AddOns.Svea 6.0.100 AcceleratorFiles.zip
- Place the files from the zip in your Accelerator project
- Rename Litium.AddOns.Svea.tmp.dll.config file to Litium.AddOns.Svea.dll.config
- Fill your Svea account information in Litium.AddOns.Svea.dll.config file
- Build you solution