--- controllers/front/ProductController.php 2025-06-25 12:57:54.474340111 +0200 +++ controllers/front/ProductController.php 2025-06-25 13:00:40.075063415 +0200 @@ -505,6 +505,7 @@ 'return_link' => $return_link, 'product' => $this->product, 'product_manufacturer' => new Manufacturer((int)$this->product->id_manufacturer, $this->context->language->id), + 'product_supplier' => new supplier((int)$this->product->id_supplier, $this->context->language->id), 'token' => Tools::getToken(false), 'features' => $this->product->getFrontFeatures($this->context->language->id), 'attachments' => (($this->product->cache_has_attachments) ?