Installation
Installing UmbCheckout
UmbCheckout is installed using the NuGet package manager using the below command:
Next, you need to enable .NET sessions, if not already enabled.
To do this add the app.UseSession();
line to your startup.cs before app.UseUmbraco()
It should look similar to the below:
Alternatively, you can install using the NuGet package manager GUI within Visual Studio.
Upgrades
UmbCheckout uses Umbraco Migrations to install all of the tables required to function, this means that upgrades follow the same process as installation, you can either run the command found above or upgrade using the NuGet package manager GUI.
Installing a License
If you have purchased a license to enable more features, you simply need to add the following to your appsettings.json
file:
Last updated