--- controllers/front/CategoryController.php 2025-06-27 14:43:17.493997687 +0200 +++ controllers/front/CategoryController.php 2025-06-27 14:30:14.467165026 +0200 @@ -283,11 +283,14 @@ 'allow_oosp' => (int)Configuration::get('PS_ORDER_OUT_OF_STOCK'), 'comparator_max_item' => (int)Configuration::get('PS_COMPARATOR_MAX_ITEM'), 'suppliers' => Supplier::getSuppliers(), + 'the_supplier' => array_column(Supplier::getSuppliers(),'name','id_supplier'), 'body_classes' => array($this->php_self.'-'.$this->category->id, $this->php_self.'-'.$this->category->link_rewrite) )); }