Hello,
A recurring feature asked from our customers is that, in addition to being able to specify a prefix, the order number should also be padded with 0s, as ERPs often have a fixed length order number.
For example : WEB000012 for the order n°12 in Dynamicweb.
As it is now, it's not really possible, the closest I can come to it is to set the seed to, for example, 100000, so that the first order number becomes WEB100012. It's not really optimal. I can also have a separate field for that, but it complicates things quite a bit.
Thanks