• Putting the brand above the title in the archive product

    Elessi theme

    • This topic was modified 1 year, 6 months ago by Ay?e Duman.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    In order to achieve what you need, add the following code in the functions.php file of your active child theme:

    if ( class_exists( 'YITH_WCBR' ) ) {
        remove_action( 'init', array( YITH_WCBR::get_instance(), 'add_loop_product_brand_action' ) );
        add_action( 'woocommerce_shop_loop_item_title', array( YITH_WCBR::get_instance(), 'add_loop_brand_template' ), 5 );
    }

    Check it out and tell us if it works well for you, please.

    Best regards.

    Thread Starter Ay?e Duman

    (@beylikduzum)

    Thanks unfortunately it didn’t work

    is there a different solution or shortcode

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    Could you share the link to your site?

    We will be attentive to your response.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Brand in product archive’ is closed to new replies.