Umbraco Commerce Packages
CMSCloudHeartcoreDXP
  • Packages for Umbraco Commerce
  • Commerce Products
    • Umbraco Commerce
    • Commerce Payment Providers
    • Commerce Shipping Providers
  • Cart
    • Overview
    • Installation
    • Configuration
    • Release Notes
  • Checkout
    • Overview
    • Installation
    • Configure Umbraco
    • Customize Checkout
    • Checkout Screenshots
    • Release Notes
  • Deploy
    • Overview
    • Installation
    • Deploying Changes
    • Release Notes
  • Product Feeds
    • Overview
    • Installation
    • Extending the plugin
    • Release Notes
Powered by GitBook
On this page
  • NuGet Package Installation
  • Content Installation
  • Upgrading

Was this helpful?

Edit on GitHub
Export as PDF
  1. Checkout

Installation

Detailed instructions on how to install and configure Checkout into your Umbraco Commerce implementation.

PreviousOverviewNextConfigure Umbraco

Last updated 2 months ago

Was this helpful?

The Checkout package can be installed directly into your project's code base using NuGet packages.

NuGet Package Installation

To install the Umbraco Commerce Checkout package via NuGet run the following command directly in the NuGet Manager Console window in Visual Studio:

PM> Install-Package Umbraco.Commerce.Checkout

Alternatively, you can also find and install the NuGet package via the NuGet Package Manager.

Content Installation

When the Checkout package is installed, all relevant database configurations automatically occur via Umbraco Migrations. There are a series of content creation steps that need to be triggered manually as these types of migrations are not supported by Umbraco.

To install the relevant Checkout content follow these steps:

  1. Access the Umbraco CMS backoffice.

  2. Navigate to the Settings section.

  3. Locate the Checkout Dashboard.

  1. Click the Install button.

  2. Select your site's root node which is configured with a Umbraco Commerce store.

  3. Click Install.

During this install, Umbraco Commerce checkout will perform the following tasks:

Upgrading

Before upgrading, it is always advisable to take a complete backup of your site/database.

The Checkout package uses a combination of database migrations and a manual install dashboard for both installs and upgrades. Upgrading is generally a case of installing the latest version over the existing package and running through the installation steps.

Installing Umbraco Commerce Checkout via the NuGet Package Manager.
The Checkout Dashboard in the Settings section of the Umbraco backoffice.
The dialog that appears when installing content through the Checkout dashboard.