Is it possible to create a description page for brands
-
Dear Woodmart support team,
I was wondering whether it is possible to create a brand page like a category page below with html block description above the filtered product.
https://woodmart.xtemos.com/product-category/furniture/
Thx,
Ray
Hello,
Yes, it is possible. Ener the brand attribute and enable “Enable archives?”, then enter each item of the attribute add the description (you can insert HTML block) and you will have the brand page with description and products which has this attribute.
Best Regards
Dear Xtemos Team,
I mean to say how to have a brand description on top of the brand filter page? I have tried the method described above but only showing it on the “About Brand” tab of the products, and also showing the brand logo on the right side of the product header and leads to the Brand Filter page like below.
https://woodmart.xtemos.com/shop/?filter_brand=rosenthal
THx,
Ray
You can’t do this if you are using brand filter and not brand archives. Try to turn on Enable archive
option for the brand attribute and then add a description for your brand terms. You can add the following code to the functions.php file in the child theme to change brands link structure there
add_filter( 'woodmart_brands_link', function( $link, $brand ){
return get_term_link( $brand->term_id, $brand->taxonomy );
}, 10, 2 );
Kind Regards
Hello
I have rename my attribute to “xxx Brands”. could you please advice what code i can use.
I followed code above but it’s not success.
thank you
Hello,
Please disable this attribute as the brand, just choose “none” https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/
Then this attribute would behave as other attributes in your shop. You do not need any code to remove it.
Best Regards