Every order in my online store has a user-facing order number. I\'m wondering the best way to generate them. Criteria include:
Rather than generating and storing a number, you might try creating an encrypted version that would not reveal the number of orders in the system. Here's an article on exactly that.