You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-commerce/tutorials/build-a-store/create-product.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,66 +4,66 @@ description: Learn how to create your first product in Umbraco Commerce.
4
4
5
5
# Creating your first Product
6
6
7
-
By default, products in Umbraco Commerce are regular content nodes. These can consist of any number of properties dependant on the site design. To be considered a product however, a document type must contain the fields `Sku` and `Price`, with their corresponding aliases `sku` and `price`.
7
+
By default, products in Umbraco Commerce are regular content nodes. These can consist of any number of properties depending on the site design. To be considered a product, however, a Document Type must contain the fields `Sku` and `Price`, with their corresponding aliases `sku` and `price`.
8
8
9
9
## Create a Product Composition
10
10
11
-
Because any node in Umbraco can be a product, we'll first create a `Product` composition that we could apply to any document type to make it a product.
11
+
Because any node in Umbraco can be a product, the first step is to create a **Product** Composition. This composition can be applied to any Document Type to make it a product.
12
12
13
-
1. Navigate to the **Settings** section of the backoffice
14
-
2. Create a new element type called `Product`
15
-
3. Add an SKU property to your document type with the alias `sku` and using the `Text Box Editor`.
16
-
4. Add a Price property to your document type with the alias `price` and using the `Price Property Editor` that comes with Umbraco Commerce.
13
+
1. Navigate to the **Settings** section of the backoffice.
14
+
2. Create a new Element Type called **Product**.
15
+
3. Add an SKU property with the alias `sku` and select the `Text Box Editor`.
16
+
4. Add a Price property with the alias `price` and select the `Price Property Editor` that comes with Umbraco Commerce.
0 commit comments