Installing Umbraco Commerce

Learn the steps needed in order to install Umbraco Commerce into your Umbraco CMS website.

Learn how to install Umbraco Commerce into your Umbraco CMS implementation.

You can also find information about how to upgrade and how to install and activate your Umbraco Commerce license.

NuGet Package Installation

Umbraco Commerce is available via NuGet.Org.

To install Umbraco Commerce via NuGet you can run the following command directly in the NuGet Manager Console window:

PM> dotnet add package Umbraco.Commerce

Alternatively, you can also find and install the NuGet package via the NuGet Package Manager in Visual Studio. You will see a number of packages available, however, you will want to install the main Umbraco Commerce package.

Installing Umbraco Commerce via the NuGet Package Manager

For most sites using a single solution, the above will be all you need to install Umbraco Commerce into your project. When you have a more complex solution structure consisting of multiple projects, Umbraco Commerce is available in multiple sub-packages with varying dependencies.

Sub-packageDescription

Umbraco.Commerce.Common

A shared project of common, non-Commerce-specific patterns and helpers.

Umbraco.Commerce.Core

Core Commerce functionality that doesn't require any infrastructure-specific dependencies.

Umbraco.Commerce.Infrastructure

Infrastructure-specific project containing implementations of core Commerce functionality.

Umbraco.Commerce.Persistence.SqlServer

Persistence-specific project containing implementations of core Commerce persistence functionality for SQL Server.

Umbraco.Commerce.Persistence.Sqllite

Persistence-specific project containing implementations of core Commerce persistence functionality for SQLite.

Umbraco.Commerce.Web

Core Commerce functionality that requires a web context.

Umbraco.Commerce.Cms

Core Commerce functionality that requires an Umbraco dependency.

Umbraco.Commerce.Cms.Web

The Commerce functionality for the Umbraco presentation layer.

Umbraco.Commerce.Cms.Web.UI

The static Commerce assets for the Umbraco presentation layer.

Umbraco.Commerce.Cms.Startup

The Commerce functionality for registering Commerce with Umbraco.

Umbraco.Commerce

The main Commerce package entry point package.

Installing a License

See the Licensing page for details on how to install a license.

Last updated