prestashop
Change the Order Reference to Number Reference
In order to change the Order Reference to Number Reference you need to extend the order.php class and override generateReference function
You should create a file called order.php in the folder /override/classes/order and paste the above code.