Support Team
posted this
01 December 2015
Hi,
Could you please try a little different code:
{if !is_object($product) && isset($product.manufacturer_name)}
<a href="{$link->getPageLink('manufacturer.php')}?id_manufacturer={$product.id_manufacturer}" title="{$product.manufacturer_name|escape:'htmlall':'UTF-8'}" target="_blank">
{$product.manufacturer_name|escape:'htmlall':'UTF-8'}
</a>
{/if}
Please note that Themler theme has one Product Slider per theme. It means that all product Slider controls will have this control. In most of cases you will not see manufacturer because appropriate PrestaShop modules cannot output it. But you will see manufacturer, for example, in the Featured product Slider.
Please keep us posted about the progress.
Thank you,
Olivia
Hi,
Could you please try a little different code:
<pre>
{if !is_object($product) && isset($product.manufacturer_name)}
<a href="{$link->getPageLink('manufacturer.php')}?id_manufacturer={$product.id_manufacturer}" title="{$product.manufacturer_name|escape:'htmlall':'UTF-8'}" target="_blank">
{$product.manufacturer_name|escape:'htmlall':'UTF-8'}
</a>
{/if}
</pre>
Please note that Themler theme has one Product Slider per theme. It means that all product Slider controls will have this control. In most of cases you will not see manufacturer because appropriate PrestaShop modules cannot output it. But you will see manufacturer, for example, in the Featured product Slider.
Please keep us posted about the progress.
Thank you,
Olivia