Installation
Learn the steps needed in order to install Umbraco Commerce into your Umbraco CMS website.
In this article, you will learn how to install Umbraco Commerce into your Umbraco CMS implementation.
Prerequisites
For system requirements, see the Requirements article.
Umbraco Commerce Installation
There are different ways to install Umbraco Commerce:
NuGet Package Installation
Umbraco Commerce is available via NuGet.Org.
To install Umbraco Commerce via NuGet:
Run the following command in the NuGet Manager Console window:
Restart the application using the following command:
Visual Studio Installation
To install via Visual Studio, follow these steps:
Open your project in Visual Studio.
Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...
Browse for Umbraco.Commerce.
Select the appropriate version from the Version drop-down depending on the Umbraco version you are using.
Click Install.
Ensure that the package reference is added to the .csproj file once the installation is complete:
For most projects, you only need a single package to install Umbraco Commerce. But if your solution is more complex with multiple projects, Umbraco Commerce provides sub-packages to match different dependencies.
If you encounter an SQLite error after installing Umbraco Commerce, you may need to enable SQLite support. For more information, see the Configure SQLite support article.
Installing a License
For details on how to install a license, see the Licensing article.
Using Umbraco Commerce
Once Umbraco Commerce is installed, you can find it in the Umbraco backoffice under the Settings and Content sections. To access the Commerce section, additional configuration is required. For more details, see the Configuration article.
Last updated