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
In Umbraco Commerce it's possible to replace the in build order number generator if people don't like the format of the order numbers we generate. This is done by implementing the IOrderNumberGenerator
In Umbraco Commerce it's possible to replace the in build order number generator if people don't like the format of the order numbers we generate. This is done by implementing the
IOrderNumberGenerator
Once implemented, you replace the built in implementation by following the guide here for how to replace dependencies https://docs.umbraco.com/umbraco-commerce/key-concepts/dependency-injection#replacing-dependencies, using the code
In the docs we should probably copy a bunch of the note logged in this forum issue as there are some very important points people should be aware of
https://our.umbraco.com/packages/website-utilities/vendr/vendr-support/102060-changing-order-number-format
The text was updated successfully, but these errors were encountered: