How can i change the position?
-
Hi, i want to appear the plugin like a part, not like a tab i dont know if its understund.
I want the plugin appear after the product description and image and them be the tabs.
I applied this code i founded in the forum, but made the page broke
remove_filter ( 'woocommerce_product_tabs', array( YITH_WooCommerce_Question_Answer::get_instance(), 'show_question_answer_tab' ), 20 ); if (class_exists('YITH_WooCommerce_Question_Answer')){ if (!function_exists('yith_ywqa_show_questions_and_answer')){ function yith_ywqa_show_questions_and_answer(){ $instance = YITH_WooCommerce_Question_Answer::get_instance(); $instance->show_question_answer_template(); } add_action ( 'woocommerce_after_single_product_summary', 'yith_ywqa_show_questions_and_answer' ); } }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How can i change the position?’ is closed to new replies.