--- controllers/front/ProductController.php 2025-06-25 12:57:54.474340111 +0200 +++ controllers/front/ProductController.php 2025-07-03 16:33:54.666557686 +0200 @@ -505,6 +505,8 @@ 'return_link' => $return_link, 'product' => $this->product, 'product_manufacturer' => new Manufacturer((int)$this->product->id_manufacturer, $this->context->language->id), + 'product_base_price' => $this->product->base_price, 'token' => Tools::getToken(false), 'features' => $this->product->getFrontFeatures($this->context->language->id), 'attachments' => (($this->product->cache_has_attachments) ?