Title: Located elsewhere?
Last modified: September 3, 2021

---

# Located elsewhere?

 *  [Tom](https://wordpress.org/support/users/thommen/)
 * (@thommen)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/located-elsewhere/)
 * 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](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](https://wordpress.org/support/users/carvelo/)
 * (@carvelo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/located-elsewhere/#post-14835651)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-questions-and-answers_dabacf.
   svg)
 * [YITH WooCommerce Questions and Answers](https://wordpress.org/plugins/yith-woocommerce-questions-and-answers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-questions-and-answers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-questions-and-answers/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-questions-and-answers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-questions-and-answers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-questions-and-answers/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Carlos Arvelo](https://wordpress.org/support/users/carvelo/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/located-elsewhere/#post-14835651)
 * Status: not resolved