Installation
Detailed instructions on how to install and configure Cart into your Umbraco Commerce implementation.
Last updated
Was this helpful?
Detailed instructions on how to install and configure Cart into your Umbraco Commerce implementation.
Last updated
Was this helpful?
The Cart package can be installed directly into your project's code base using NuGet packages.
To install the Umbraco Commerce Cart package via NuGet run the following command directly in the NuGet Manager Console window in Visual Studio:
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 section to configure the Cart for your solution.