Jump to content

Module Faceted Search when enable brand is not more visible in category view list


Samuel Chinellato

Recommended Posts

For this site i need to show the brand in the category view list.

Screenshot_2.thumb.png.d464499cb6d70faed81192b3e05b03d2.png

 

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.

 

Screenshot_7.thumb.png.a732f3e9cc3eb11ac716ba9f1fc7a081.png

 

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 by Samuel Chinellato
added versions (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...