January 30, 2016May 4, 2017prestashop prestashop: edit meta title info My Goal: I want the Title of the page to show, Manufacturer Name - Part Number Steps: Go to Meta.php Go […]
May 8, 2014October 4, 2016prestashop prestashop: add manufacturer description to product page Add the following code to ProductController.php @ /controllers/front/ProductController.php $id_lang = $this->context->language->id; $manufacturer = new Manufacturer($this->product->id_manufacturer, $id_lang); $manuf_description = $manufacturer->description; $this->context->smarty->assign('manufact_desc', $manuf_description); […]