cancel
Showing results for 
Search instead for 
Did you mean: 

Order ID Not progressive

SOLVED

Order ID Not progressive

Hi you all!
My name is Adrián, and I have a doubt about ID ORDER
In which moment of the customer journey, MAGENTO assign the order ID, I want to understand why the ID Orders is not progressive.

Hope you can help to dissolve this doubt.

 

Thanks in advance

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Order ID Not progressive

Hi @adrianrodr74b8 

Magento reserve the Order ID (reserved_order_id) in quote (items in the shopping cart). Sometime order not placed for that quote then it reserved order increment id skipped.

Screenshot from 2020-06-16 06-03-23.png

Let me know if you have any other concern.

View solution in original post

3 REPLIES 3

Re: Order ID Not progressive

Hi @adrianrodr74b8 

Magento reserve the Order ID (reserved_order_id) in quote (items in the shopping cart). Sometime order not placed for that quote then it reserved order increment id skipped.

Screenshot from 2020-06-16 06-03-23.png

Let me know if you have any other concern.

Re: Order ID Not progressive

Thanks

 

It is configurable?

 

 

Re: Order ID Not progressive

Hi @adrianrodr74b8 

It is not configurable, but you can some customization in the code and database table.

Sharing few article links to understand better.
http://www.ajourquin.com/magento2/sharing-same-order-sequence-value-between-stores/
https://www.classyllama.com/blog/m2-incrementid

To change the sequence number or prefix for order increment ID.
https://bsscommerce.com/blog/complete-tutorial-guide-change-order-number-magento-2/
https://www.mageplaza.com/kb/change-order-prfix-increment-id-suffix-invoice.html

I hope it will help you for more understanding!