Quote Originally Posted by Kim View Post
Did you modify/reset the order numbers to be a huge number?

( look in the similiar threads section at the bottom of this page for more information)

Nope well kinda, but the behavior of that is not what you would expect... once I tested successful orders, I set the counter to 2008999999, but the very next order the order number was 2147483647 which is the max mysql auto increment for int(11) fields.

I deleted the table data through phpMyAdmin and reset the counters to 1. I wanted the orders to be in 8-10 digit format, but appears it will not work with Zen Cart.

I went through previous posts and that is like looking for a needle in a haystack for the answer, plus too many off-topic responses and similiar but unrelated posts make it next to impossible to find what I need.