I am trying to remove the brand feature name from product details page but cant get it, is it in product.data.tpl
Thanks
John
Please from
#file
design/themes/[THEME_NAME]/templates/blocks/product_templates/default_template.tpl
```<br />
<br />
#remove<br />
<br />
<br />
<br />
PS: Modification is applied to default product details template<br />
<br />
[color=#282828][font=arial, verdana, tahoma, sans-serif]Keep on smiling,[/font][/color]<br />
<br />
[color=#282828][font=arial, verdana, tahoma, sans-serif]---[/font][/color]<br />
[color=#282828][font=arial, verdana, tahoma, sans-serif]Valentin[/font][/color]<br />
[color=#808080][font=arial, verdana, tahoma, sans-serif][size=2]part of hungryweb.net[/size][/font][/color][color=#282828][font=arial, verdana, tahoma, sans-serif] [/font][/color]
Hello John,
Or you can hide this from css.
You should add the following code to css or less file for responsive theme:
.ty-product-block__wrapper .ty-product-block__left .brand{
display:none;
}
for basic theme:
.product-main-info .
product-info .brand-wrapper {
display:none;
}
Thanks.
hi all,
There is an easy way to do it, just unselect the check box “Show in header on the product details page” on the “Brand” feature editing page in menu Products → Features.
best regards,
WSA team