Missing Order Id

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Unleashed
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Tue Jun 24, 2008 10:41 pm

Missing Order Id

Post by Unleashed » Mon Jul 28, 2008 4:46 pm

At what point during checkout is the order id incremented? What would cause a gap in my order id? My order id skips over the occasional single order id and I am trying to figure out where they go. I assume some event happened that caused the id to be incremented without actually creating the real order but would like to understand when these ids are incremented and consumed and obviously would like to know what may have happened to my missing ids.

Thanks for any help.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Missing Order Id

Post by mazhar » Tue Jul 29, 2008 6:30 am

The order id is incremented when Checkout method is called on basket. StoreDataSource.GetNextOrderId(true)
is used to get next order id

Post Reply