Change Order No in Magento 2.0

  1. Open your PHP Admin database (I tested on php 7)
  2. Find & click on the table called: sequence_order_1 (it is located in database itself not in the information_schema )
  3. Run this SQL Query
    ALTER TABLE sequence_order_1 AUTO_INCREMENT = (your new value);
    
    
Change Order No in Magento 2.0

Leave a Reply

Scroll to top