Guides
These docs are for v1.13.1. Click to read the latest docs for v2.0.0.

Installation

Before downloading Merchello, review the following Umbraco to Merchello compatibility matrix.

Umbraco VersionMerchello Version
Umbraco 7.0.x & 7.1.x1.1.x to 1.5.1
Umbraco 7.2.x1.6.0 to 1.12.0
Umbraco 7.3.x1.13.x to current

❗️

Umbraco Beta and Pre-Release Version

Merchello's development process often lags behind Umbraco's ongoing development, largely because the project itself is completely dependent on Umbraco. As a result we cannot immediately confirm Merchello will work flawlessly with every Umbraco version - especially major release versions.

If you would like to verify the compatibility of the two products, please post a question in the forum.

Download Merchello from http://our.umbraco.org/projects/collaboration/merchello.

Package FilesDescription
Merchello-[VERSION].zipMain package file. Installs Merchello as a into an Umbraco instance. Intended to be uploaded through Umbraco's package manager.
Merchello.Bazaar.StoreOnly_[VERSION].zipStarter kit only. Installs ONLY the Bazaar store front end and REQUIRES that Merchello has been previously installed.
Merchello.Bazaar.CombinedInstall_[VERSION].zipPackage file. Installs BOTH Merchello and the Bazaar starter kit from a single package install. Intended to be uploaded through Umbraco's package manager.

📘

Alternatively

You can install Merchello from the Umbraco package Repository in the back office, search for "Merchello." And install from there. This option will install Merchello without a starter kit.

In the Umbraco backend and go to the Developer section. In the Developer/Packages section, select Install local package .

Click the Accept License check box and select Install Package for the Merchello file you just downloaded.

When the installation is done, you will see the Package is Installed screen.

Installation for a Class Library or non-website project

When you only need the Merchello Core binaries, use Nuget to pull in "Merchello.Core."

PM> Install-Package Merchello.Core