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
  • Client Assets Installation

Was this helpful?

Edit on GitHub
Export as PDF
  1. Cart

Installation

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

PreviousOverviewNextConfiguration

Last updated 4 months ago

Was this helpful?

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 section to configure the Cart for your solution.

Configuration