Hi need some quick tips on generating Order Id for 2 cases:
- order such as 100001, 100002, 100003
- order id with prefix - ABC10001
Hi need some quick tips on generating Order Id for 2 cases:
Hey!
I am not 100% sure but you could try putting 100 000 + order count (magic text from database) as the order ID. Then the first order will be 100 001, second: 100 002 etc.
@victorkennedy it works. Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.