{randomstring} could be based on timestamp...
Or something like {randomstring}{id}{randomstring}. And id will be with fixed lenght...
{randomstring} could be based on timestamp...
The second issue isn't a significant problem I think. Of course, heavy users can dig out the information, although some platforms (like VirtueMart) use order number-based tracking URLs.Jan wrote: ↑21 Feb 2024, 16:58 Hi, the questions:
- how to avoid possible duplicates with random number?
- the ID is still used in e.g. links, etc, so even if there is random number for order number (not order ID), there is still some chance, user can get the ID e.g. in links, etc.
there is no problem to add new variable {randomstring}, but the question still remains, how to prevent from possible duplicate?
Jan