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:
Client Assets Installation
Once installed, add the following CSS to your layout templates head
section:
Add following JavaScript before the closing body
tag:
Once installed, head to the Configuration section to configure the Cart for your solution.
Last updated
Was this helpful?