Skip to content

Commit af5dd12

Browse files
Added readme
1 parent 663a2b3 commit af5dd12

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Umbraco Commerce Cart · [![NuGet](https://img.shields.io/nuget/v/Umbraco.Commerce.Cart.svg?style=modern&label=nuget)](https://www.nuget.org/packages/Umbraco.Commerce.Cart/)
2+
3+
A ready made shopping cart for Umbraco Commerce
4+
5+
![Screenshot](assets/cart.png)
6+
7+
## About
8+
9+
Umbraco Commerce Cart is an add-on package for Umbraco Commerce, providing a drop-in shopping cart solution.
10+
11+
With Umbraco Commerce Cart you can quickly and easily add a ready made, themeable and responsive shopping cart onto your site, saving hours of custom development.
12+
13+
This package uses the same versioning strategy with Umbraco Commerce.
14+
15+
## Working locally
16+
To fork and build your own Commerce Cart package, you will need:
17+
* .NET 9.0 SDK or newer
18+
* Umbraco 15.0.0 or newer
19+
* Umbraco Commerce 15.0.0 or newer
20+
* NodeJS 20+ for frontend development. Open `/src/Umbraco.Commerce.Cart/Client` folder and run `npm i; npm run build`
21+
22+
## Raising an Issue
23+
24+
If you find any issues with the Umbraco Commerce Cart add-on itself please raise them in the [issues section of this repository](https://github.com/umbraco/Umbraco.Commerce.Cart/issues)
25+
26+
## License
27+
28+
Copyright © 2025 Umbraco
29+
30+
This demo store is [licensed under MIT](LICENSE.md). The core Umbraco Commerce product is licensed under Umbracos commercial license.
31+

0 commit comments

Comments
 (0)