Installation

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

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

NuGet Package Installation

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

PM> Install-Package Umbraco.Commerce.Cart

Client Assets Installation

Once installed, add the following CSS to your layout templates head section:

<link href="/App_Plugins/UmbracoCommerceCart/umbraco-commerce-cart.css" rel="stylesheet">

Add following JavaScript before the closing body tag:

<script src="/App_Plugins/UmbracoCommerceCart/umbraco-commerce-cart.js" defer></script>

Once installed, head to the Configuration section to configure the Cart for your solution.

Last updated

Was this helpful?