I resolved it with edit :
/ design / themes / my_theme / templates / blocks / products / abt__yt_products_scroller_advanced_with_banners.tpl
Added :
<code>{$product.he
ader_features = $product|fn_get_product_features_list:'H'}
{include file="views/products/components/product_features_short_list.tpl" features=$product.header_features} {if $var.selected}{if $var.image_pair}<li style="margin-left:0; font-weight:normal;">{include file="common_templates/image.tpl" images=$var.image_pair object_type="feature_variant"}</li>{/if}{/if}
{if $addons.abt__unitheme.brand_feature_id}
{$bf = $product.header_features[$addons.abt__unitheme.brand_feature_id]}
{if empty($bf)}
{$bf = fn_array_value_to_key($product.header_features, 'feature_id')}
{$bf = $bf[$addons.abt__unitheme.brand_feature_id]}
{/if}
<div class="brand ty-float-right">
{include file="views/products/components/product_features_short_list.tpl" features=array($bf) feature_image=true feature_link=true}
</div>
{/if} </code>
And that showing brand logo on Scroller products