Hi everyone,   I am new in the prestashop community and I have a question about developing modules in PS.   I am creating a module that has to make some stuff when a new order is submitted. Well i found the "actionValidateOrder" hook and i have used it. But now i'am trying to get the id of the order that has been submitted.   Getting the last order on the database, it's correct but it will maybe cause some problems if multiple order are submitted at the same time. So i have looked at the "