Override of product sorting in a back office order
I’m on prestashop 8.1.2 and I’d like to create a custom order for displaying the products of an order in the backoffice.
I realized that this sorting was done in the handle() of the file srcAdapterOrderQueryHandlerGetOrderProductsForViewingHandler.php.