• Hi, I’m removing the categories and tags from the single product page, but the brands part is also removed. How can I enter it again? Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well ??

    In order to show again the brands in the product page, please, try adding the following code to the functions.php file of your active theme:

    if ( class_exists( 'YITH_WCBR' ) ) {
    	add_action( 'woocommerce_share', array( YITH_WCBR::get_instance(), 'add_single_product_brand_template' ) );
    }

    Try it and let us know any news, please.

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Insert brand in single product page’ is closed to new replies.