Read how to add link to manufacturer on each product page in your prestashop based on 1.6 and 1.5 engine.
In this short tutorial i want to show you how to add link to manufacturer page. This code is for product page, this simple snippet will display link with manufacturer name associated with product. Guide is based on prestashop 1.6 and 1.5.

Link to manufacturer on product page
We are able to add link to manufacturer without touching prestashop core. In this case we will edit only template file named product.tpl. File is located in your theme directory. For default prestashop template: default-bootstrap location of file is: /themes/default-bootstrap/product.tpl. So, please open it.
There where you want to display link to manufacturer (an anchor with manufacturer name) just use this code:
<a href="{$link->getManufacturerLink($product->id_manufacturer)}">
{$product->manufacturer_name|escape:'htmlall':'UTF-8'}
</a>
After that - just save changes. Then refresh your website. If you don't see link anywhere on product page - it probably means that you have to recompile theme / clear smarty cache.
Article written byMilosz Myszczuk, PrestaShop expert. CEO and founder of the VEKIA interactive agency. Learn more.
If you like this article, support our work!

Sell optional checkout services your customers choose: gift wrapping, shipping insurance, express ha...
149.00 €

Charge handling, service or packaging fees only when your rules match. Conditional Order Fees adds a...
129.00 €

Conditional Order Validation lets you block or warn checkout when a cart breaks your rules. Set cond...
129.00 €

Apply conditional order discounts using native cart rules. Create BOGO deals, buy N get M free, spen...
149.00 €