We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9c8d8 commit 3cdfa12Copy full SHA for 3cdfa12
13/umbraco-commerce/how-to-guides/update-cart
@@ -7,7 +7,7 @@ Once an item has been added to the cart you would most likely need the functiona
7
## Update shopping cart
8
You will need a new page for the user to navigate to giving a summary of what's already in the cart and the ability to update each item.
9
10
-Create a new View, we will call it `cart.cshtml` with the below code
+Create a new Document With Template, we will call it "Cart Page" with the template looks like below:
11
12
```csharp
13
@inherits UmbracoViewPage
0 commit comments