Install
Installation instructions.
Requires Litium 4.7.x (where x is the latest service release), Litium 7.x is preffered.
Installation
Read the system requirements for the development environment before installing.
Follow the steps below:
- If you already have Qliro installed, back up the Litium.AddOns.Qliro.dll.config file from wwwroot.
- 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 project is selected as Default project in Package Manager Console.
- Install the nuget-packages with the following commands in Package Manager Console: (If you are running Litium Accelerator, both packages should be installed to the Litium.Accelerator.Mvc project and Litium.AddOns.Qliro is required in Litium.Accelerator project)
Install-Package Litium.AddOns.Qliro -PreRelease
Install-Package Litium.AddOns.Qliro.UI -PreRelease
- Update the Litium.Studio.AddOns.Qliro.dll.config found in wwwroot and enter your configuration options.
Adding to Litium Accelerator checkout page
Follow following steps to add Qliro iframe to accelerator checkout page.
- Download zip package from below links
- Unzip and copy the files to your accelerator.
- If using Accelerator 7.1 only: Change the index.js and build client UI
/// Changes to index.js
/// import { initializeQliroOne } from './Actions/Qliro.action';
/// and then run method initializeQliroOne()
-
From a command promt, go to the directory of Litium.Accelerator.Mvc project and execute (without qoates): "yarn run build".
- Build the accelerator MVC project