Skip to content

Commit 440a328

Browse files
Update and rename add-item to add-item.md
Added property editors
1 parent e20da06 commit 440a328

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ You will need the front end to be set up to allow an item to be added to the car
1010

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

13+
The following property editors are recommeded to be used for the above:
14+
15+
`productTitle`: TextString
16+
`productDescription`: TextArea
17+
`price`: Umbraco Commerce Price
18+
`stock`: Umbraco Commerce Stock
19+
1320
The Product Page template can be implemented as shown below.
1421

1522
```csharp

0 commit comments

Comments
 (0)