Skip to content

Commit 3cdfa12

Browse files
Update 13/umbraco-commerce/how-to-guides/update-cart
Co-authored-by: Dinh Tran <[email protected]>
1 parent fa9c8d8 commit 3cdfa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-commerce/how-to-guides/update-cart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Once an item has been added to the cart you would most likely need the functiona
77
## Update shopping cart
88
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.
99

10-
Create a new View, we will call it `cart.cshtml` with the below code
10+
Create a new Document With Template, we will call it "Cart Page" with the template looks like below:
1111

1212
```csharp
1313
@inherits UmbracoViewPage

0 commit comments

Comments
 (0)