How to generate Order Id > 10001 instead of count +1 = 1,2,3

Hi need some quick tips on generating Order Id for 2 cases:

  1. order such as 100001, 100002, 100003
  2. order id with prefix - ABC10001

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.