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: docs/commerce/cart/quick_order.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ edition: commerce
6
6
# Quick order
7
7
8
8
The quick order form allows users to efficiently process orders with multiple items in bulk through the storefront.
9
-
Customers don't need to browse the countless store pages, they can fill in a provided form with products' SKU number and quantity, or upload their own list into the system directly.
9
+
Customers don't need to browse the countless store pages, they can fill in a provided form with product code (SKU) and quantity, or upload their own list into the system directly.
10
10
Quick order forms can be used by registered and guest users.
11
11
12
12
## Quick order flows
@@ -17,7 +17,7 @@ Customers can use one or both of the following methods to specify products and p
17
17
18
18
1\. Customer clicks the **Quick order** link.
19
19
20
-
2\. Provides products' SKU and quantity. At this point, no validation is provided.
20
+
2\. Provides product code and quantity. At this point, no validation is provided.
@@ -31,11 +31,11 @@ Customers can use one or both of the following methods to specify products and p
31
31
32
32
2\. Downloads a sample file from **Add your order** section.
33
33
34
-
3\. Uses the template to fill in their order with products' SKU and quantity.
34
+
3\. Uses the template to fill in their order with product code and quantity.
35
35
36
36
4\. Uploads the filled in quick order file back to the system by drag and drop or file selection.
37
37
38
-
5\. The file name appears in the **Add your order** section. At this point, only file validation is provided. The SKUs or product availability isn't validated.
38
+
5\. The file name appears in the **Add your order** section. At this point, only file validation is provided. Product codes and availability aren't validated.
39
39
40
40

41
41
@@ -48,7 +48,7 @@ Customers can use one or both of the following methods to specify products and p
48
48
Orders from quick order are validated in the cart.
Copy file name to clipboardexpand all lines: docs/content_management/content_management_guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,6 @@ individual products can have multiple variants with differing related assets, pr
268
268
269
269
### B2B store
270
270
271
-
Extensive content management capabilities would prove themselves in a setting, where multiple buyers from different partner companies connect to an industry leader’s trading website, and they expect to find well organized SKU catalogs that contain basic product information.
271
+
Extensive content management capabilities would prove themselves in a setting, where multiple buyers from different partner companies connect to an industry leader’s trading website, and they expect to find well organized product code (SKU) catalogs that contain basic product information.
272
272
From there they would like to access detailed specifications, white papers and application notes.
273
273
The same products could come with different brands and at different price points, depending on the customer segment or origin.
Copy file name to clipboardexpand all lines: docs/content_management/field_types/field_type_storage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ In this case it's recommended to either create base implementation which each ga
182
182
183
183
Just like in the case of data, storing [field type settings](type_and_value.md#field-type-settings) in content item tables may prove insufficient.
184
184
It's not a problem if your setting specifies, for example, the allowed number of characters in a text field.
185
-
However, the field type may represent a more complex object, for example, it may consist of two or more other fields, such as the name, SKU, and price, and there can be a set of default values instead of just one.
185
+
However, the field type may represent a more complex object, for example, it may consist of two or more other fields, such as the name, product code (SKU), and price, and there can be a set of default values instead of just one.
186
186
Once you add validation rules for these field values, then it becomes an issue.
0 commit comments