Hello there,
hope you are doing well! ??
You will need to modify the template in your theme.
Copy the original template in the following path
– wp-content/plugins/yith-woocommerce-brands-add-on/templates/single-product-brands.php
paste it here:
– themes/your_active_theme/woocommerce/yith-wcbr/single-product-brands.php
Create the folders if you don’t have them.
After that, you can add the brand description adding this code:
if (!empty($term->description)){
echo 'Description: ' . $term->description;
}
after this line 31:
<?php foreach( $product_brands as $term ) {
We hope it helps you.
Have a great day!