• Resolved sumiartaadinata

    (@sumiartaadinata)


    Hi, i want to know how to call the content inside q&a tab?

    This is example to call the content inside description tab:

    add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_product_description_tab’ );

    I want to make long content and not in tab so i need to know how to call the content inside q&a tab. I need your help, thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Sunny Soni

    (@sunnysoni)

    Hello,

    Thanks for the contact.

    It is not possible to add the content specific to Q&A tab at this moment. We will adding this hook in the next upgrade.

    Regards,
    Sunny

    Thread Starter sumiartaadinata

    (@sumiartaadinata)

    Hi, thanks a lot for your answer and I’ll waiting for the next upgrade.

    I see in the last version changelog you’ve implemented hooks to customise the plugin, could you provide information about these new hooks?

    Plugin Contributor Sunny Soni

    (@sunnysoni)

    Hi @pobiol ,

    These are the hooks:

    //admin
    apply_filters("wc_qa_answer_updated_mail_subject" ,__("Answer to Your Question was Updated",'ets_q_n_a'). ': ' . get_bloginfo('name'));
    apply_filters("wc_qa_answer_updated_mail_message", $message, $productTitle, $answers);
    apply_filters("wc_qa_new_answer_mail_subject", $subject);
    apply_filters("wc_qa_new_answer_mail_message", $message, $productTitle, $answers);
    
    // After the question answers inputs (in the last)
    do_action('wc_after_qa_inputs', $productId);
    
    do_action('wc_before_qa_save', $productId);
    do_action('wc_after_qa_update', $productId, $productQas);
    
    // After new QA input pairs are added with AJAX
    do_action('wc_ajax_after_qa_inputs', $count);
    
    //front
    do_action('wc_qa_question_save', $productId, $question, $etsCustomerId)
    apply_filters("wc_qa_tab_name" , _( _("Q & A",'ets_q_n_a'), 'woocommerce'))
    Plugin Contributor Sunny Soni

    (@sunnysoni)

    Dear @sumiartaadinata and @pobiol ,

    I am reaching out to inform you that I will be closing this topic now due to inactivity.

    As we have not received any response or update from you in the past 5 months, we assume that the topic has been resolved or is no longer a concern.

    If you have any further questions or concerns, please do not hesitate to create a new topic. We would be happy to assist you further.

    Thank you for bringing this to our attention, and we appreciate your interest in our WordPress plugin.

    Best regards,
    Sunny

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hook to call the tab content’ is closed to new replies.