• Is it possible that the supplement of questions be located elsewhere? I don’t want in tabs. I want to put it under the product description.

    See example → https://i.imgur.com/8NpReie.png.

    I want to put the product question option in this red rectangle – I’ve marked the place.
    Is it possible?

Viewing 1 replies (of 1 total)
  • Plugin Support Carlos Arvelo

    (@carvelo)

    Hello there,
    Hope you are doing well!

    Copy the code below to your wp-content/themes/your_active_child_theme/functions.php file.

    add_filter( 'woocommerce_before_add_to_cart_button', array( 'YITH_WooCommerce_Question_Answer', 'show_question_answer_template' ), 10 );
    remove_filter( 'woocommerce_product_tabs', array( YITH_WooCommerce_Question_Answer::get_instance(), 'show_question_answer_tab' ), 20 );

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Located elsewhere?’ is closed to new replies.