Brand Questions

Hello. Some questions relating to Brand.

1) I would like to add the word "Brand: " in front of the brand name on the product listing page. This should appear in black, not red like the brand name itself does. How can I do this?

2) On the brand pages themselves, which you access form the Our Brands link, how can you change what appears on the Brand pages or how they are displayed? Mine are 4 columns in grid view and nothing else. Where do I control what is displayed there and how?

Thanks

Brand frature got sufix and prefix

Brand frature got sufix and prefix

Yes, but this attaches to the brand name itself, not what I'm looking to do.

You would add {__("Brand")} before {include....

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

in responsive / templates / blocks / product_templates / default_template.tpl


Yes, but this attaches to the brand name itself, not what I'm looking to do.

Unless I did something wrong, this keeps putting "Brand" on the line above the brand name. I tried some variations but always on the line above. I'm not familiar enough with the proper code.

I tried this though and it worked:

(Line 5)
{("Brand: ")}

in templates/views/products/components/product_features_short_list.tpl

Wait for monday for more skilled help :slight_smile: only pointed were to look