I try to short order number from 11 to 6. In database I select table eav_entity_type SELECT * FROM `eav_entity_type` go to table “order” and looking for increment_pad_length I found that I have to change the record increment_pad_lenght But here I have value 8 (in magento order ID have 11 digitals). I change this valueRead more