diff --git a/core/lib/Thelia/Core/Template/Loop/Lang.php b/core/lib/Thelia/Core/Template/Loop/Lang.php index 399e3e8b0..10350a7db 100644 --- a/core/lib/Thelia/Core/Template/Loop/Lang.php +++ b/core/lib/Thelia/Core/Template/Loop/Lang.php @@ -87,7 +87,7 @@ class Lang extends BaseLoop implements PropelSearchLoopInterface $search->filterById($exclude, Criteria::NOT_IN); } - $search->orderByPosition(Criteria::ASC); + $orders = $this->getOrder(); foreach ($orders as $order) {