Skip to content

Commit ed383f4

Browse files
authored
Fixed long sentence
1 parent 440a328 commit ed383f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

13/umbraco-commerce/how-to-guides/add-item.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ description: How-To Guide to add an item to your cart.
44

55
# Add item to Cart
66

7-
To add an item to the cart, you need to set up Umbraco with a store and add the relevant properties to allow the store to interact with Umbraco. Learn more by following the [Getting started with Umbraco Commerce: The Backoffice tutorial](../tutorials/getting-started-with-commerce).
7+
To add an item to the cart, configure Umbraco with a store and add the necessary properties for interaction. Learn more by following the [Getting started with Umbraco Commerce: The Backoffice tutorial](../tutorials/getting-started-with-commerce).
88

99
You will need the front end to be set up to allow an item to be added to the cart. This can be done by adding a button to the front end to call the Action to add the item to the cart.
1010

1111
Create a new Document Type with the template. Call it **Product Page** with the following property aliases: `productTitle`, `productDescription`, `price`, `stock`.
1212

1313
The following property editors are recommeded to be used for the above:
1414

15-
`productTitle`: TextString
16-
`productDescription`: TextArea
17-
`price`: Umbraco Commerce Price
18-
`stock`: Umbraco Commerce Stock
15+
* `productTitle`: TextString
16+
* `productDescription`: TextArea
17+
* `price`: Umbraco Commerce Price
18+
* `stock`: Umbraco Commerce Stock
1919

2020
The Product Page template can be implemented as shown below.
2121

0 commit comments

Comments
 (0)