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: 16/umbraco-commerce/how-to-guides/order-number-customization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Umbraco Commerce provides flexible options for customizing order numbers to meet
10
10
11
11
Before implementing a custom solution, understand that Umbraco Commerce includes two built-in order number generators:
12
12
13
-
-**CompactSortableOrderNumberGenerator** (Recommended) - Produces compact, time-sortable identifiers with excellent scalability and multi-node support
13
+
-**CompactSortableOrderNumberGenerator** (Recommended) - Produces compact, time-sortable identifiers with high scalability and multi-node support
14
14
-**DateHashOrderNumberGenerator** (Legacy) - Date-based format maintained for backward compatibility
15
15
16
16
For detailed information about these generators and how they work, see the [Order Number Generators](../key-concepts/order-number-generators.md) key concepts documentation.
0 commit comments