Feature Request: custom order number
-
Bagisto currently exposes actual orders table ID column to the client and there is no option to configure a custom order number for a specific store.
This is a neccessary feature since many inventory/backend systems require order numbers in a certain format.
I made a quick example and added a pull request in github:
https://github.com/bagisto/bagisto/pull/1343This change lets the admin set a prefix, suffix and an order number length to calculate the order number from that and shows the order number to the client in self service order history and checkout success page instead of order ID.
-