Manufacturers Pictures

i want to show manufectures / Brands logo pictures in products listing. How can do that ?

i want to show manufectures / Brands logo pictures in products listing. How can do that ?

If you add this code to " templates / blocks / product_templates / default_template.tpl " you should see the brand picture of the viewed product:

{hook name="products:brand"}
  {hook name="products:brand_bigpicture"}
    
{include file="views/products/components/product_features_short_list.tpl" features=$product.header_features feature_image=true}
{/hook} {/hook}

thank you