I do not know if anyone has used this plugin, but I would like to show the name of the brand under the image of each product, but I have not succeeded.
Does anyone know how to do it?
I do not know if anyone has used this plugin, but I would like to show the name of the brand under the image of each product, but I have not succeeded.
Does anyone know how to do it?
The plugin has a Shortcode to show the brand, you just need to locate the product template (single-product.php) and paste this where you want it to appear in the HTML:
<?php do_shortcode(['pbf_wc]'); ?>
(I do not remember if I should wear the echo)
By not knowing the template you use, I can not give you a more specific answer about the location of the file or where it should go in the HTML code.
Greetings,