Samuel Chinellato Posted May 25, 2022 Share Posted May 25, 2022 (edited) For this site i need to show the brand in the category view list. I was using a custom theme but i can reproduce the same thing also in the default theme just adding a code like this: {block name='product_manufacturer_name'} {if isset($product.manufacturer_name)} <a href="{$link->getManufacturerLink($product.id_manufacturer)}" title="{$product.manufacturer_name|escape:html:'UTF-8'}"><h3 class="h3 product-title">{$product.manufacturer_name|escape:'htmlall':'UTF-8'}</h3> {/if} {/block} In the product.tpl file. All work fine until i enable the ps_facetedsearch module at this point the brand is no longer show. I don't have any new idea where to point to resolve this issue. Prestashop 1.7.8.6 ps_facetedsearch latest 3.8.0 Edited May 25, 2022 by Samuel Chinellato added versions (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now