@@ -19,12 +19,12 @@ A product type can be, for example, a sofa, or a keyboard.
1919Product types, like content types, define the global properties of products and fields a product consists of.
2020A product type also defines the attributes that all products of this type can have.
2121
22- You can choose between two available types: ` Physical ` and ` Virtual ` :
22+ You can choose between two available types: ` physical ` and ` virtual ` :
2323
24- - ` Physical ` - tangible products with assigned stock.
24+ - ` physical ` - tangible products with assigned stock.
2525They can use measurement attributes. They require shipment in the online purchase process.
2626Examples: heaters, laptops, phones.
27- - ` Virtual ` - non-tangible items. They can be sold individually, or as part of a product bundle.
27+ - ` virtual ` - non-tangible items. They can be sold individually, or as part of a product bundle.
2828They don't require shipment in the online process. Examples: memberships, services, warranties.
2929
3030## Product attributes
@@ -34,13 +34,13 @@ Typical product attribute examples are: length, weight, color, format, and more.
3434
3535The following attribute types are available:
3636
37- - Checkbox
38- - Color
39- - Float
40- - Integer
41- - Measurement
42- - Selection
43- - [ Date and time ] ( date_and_time.md )
37+ - checkbox
38+ - color
39+ - [ date and time ] ( date_and_time.md )
40+ - float
41+ - integer
42+ - measurement
43+ - selection
4444
4545Product attributes are collected in groups.
4646An example of an attribute group can be dimensions (length, width, height).
0 commit comments