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!

Free Shipping Progress Bar is a free PrestaShop module: show shoppers how much is left for free deli...

Keep “Add to cart” visible on long product pages! Sticky Cart Bar FREE shows a slim, sticky stri...

Free PrestaShop addon for EU Omnibus compliance. It automatically records price history and shows th...

Omnibus Directive Pro module for PrestaShop. It records price history and displays the lowest 30-day...
39.99 €