Skip to content

Commit 234217c

Browse files
committed
Incorporated the review comments
1 parent 245f981 commit 234217c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

15/umbraco-commerce/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
* [Implementing Personalized Products](how-to-guides/personalized-products.md)
5757
* [Implementing a Currency Switcher](how-to-guides/currency-switching.md)
5858
* [Building a Members Portal](how-to-guides/member-portal.md)
59+
* [Order Number Customization](how-to-guides/order-number-customization.md)
5960

6061
## Key Concepts
6162

@@ -70,7 +71,6 @@
7071
* [List of notification events](key-concepts/events/list-of-notification-events.md)
7172
* [Fluent API](key-concepts/fluent-api.md)
7273
* [Order Calculation State](key-concepts/order-calculation-state.md)
73-
* [Order Number Customization](key-concepts/order-number-customization.md)
7474
* [Payment Forms](key-concepts/payment-forms.md)
7575
* [Payment Providers](key-concepts/payment-providers.md)
7676
* [Pipelines](key-concepts/pipelines.md)

15/umbraco-commerce/key-concepts/order-number-customization.md renamed to 15/umbraco-commerce/how-to-guides/order-number-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In Umbraco Commerce, the default order number generation can be customized by im
88

99
## Implementing a Custom Order Number Generator
1010

11-
To create a custom order number generator, define a class that implements the `IOrderNumberGenerator` interface:
11+
To create a custom order number generator, define a class that implements the `IOrderNumberGenerator` interface in a new file, for example, `CustomOrderNumberGenerator.cs`:
1212

1313
```cs
1414
using Umbraco.Commerce.Core.Generators;

0 commit comments

Comments
 (0)