Documentation

Ucommerce includes full API reference documentation and lots of helpful articles to help you build your e-commerce site as effortlessly as possible.

Topics Payment Providers
v7.18

Install Guide

Installing Ucommerce in a CMS depends on the CMS.

Umbraco

The following install options are available:

  • NuGet from Visual Studio in an Umbraco project.
  • Package install

Umbraco NuGet

From Visual Studio add the NuGet Package Ucommerce.Umbraco7 After installing, the Ucommerce back-office will be available in the Umbraco back-office.

Umbraco Package Installer

From Umbraco back-office in the Developer -> Packages page, search for Ucommerce or download it directly from ucommerce.net/download developer edition.

After installing, the Ucommerce back-office will be available in the Umbraco back-office.

Sitecore

The following install options are available:

  • Package install

Sitecore Package Installer

Download the Developer Edition of Ucommerce for Sitecore here: ucommerce.net/download

After installing, the Ucommerce back-office will be available in the Sitecore back-office.

Sitecore Commerce Connect

Please follow this Sitecore Commerce Connect Install guide.

Kentico

The following install options are available:

  • NuGet from Visual Studio in a Kentico project.

Kentico NuGet

From Visual Studio add the NuGet Package Ucommerce-for-Kentico

After installing, the Ucommerce back-office will be available in the Kentico back-office.

Sitefinity

The following installation options are available:

  • NuGet from Visual Studio in a Sitefinity project.

Sitefinity NuGet

From Visual Studio add the NuGet Package Ucommerce.Sitefinity

What Happens?

During install and upgrade, Ucommerce creates tables and copies files.

SQL Database

When installing Ucommerce in a CMS, the Ucommerce tables will be added to the CMS database. All the tables are prefixed with "uCommerce_".

Installation can be done to a separate database if needed.

Files

All Ucommerce files are placed in the same website as the CMS, and Ucommerce runs in the same operating system process as the CMS. Ucommerce is like a plugin to the CMS, but it is also its own system/platform.

RavenDB

Ucommerce runs an embedded version of RavenDB, it can be changed to an external server or hosted solution if needed.

Frontend

The Ucommerce product contains the back-office and APIs. The frontend store needs to be custom implemented and using the APIs. If you need a quick way to get started, please see Ucommerce Accelerator.