• Thank you for this plugin, it has been very useful for me.

    I would like to know if there is a way to save the questions in a list and show a notification on the dashboard when a new question is submitted (right now, I only see an email notification sent).

    If there is no possibility that this can be done, I hope that maybe in the future you plan to add a section like the one wordpress uses to moderate comments on posts.

    Best Regards!

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

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

    (@sunnysoni)

    Hi @johnespindola ,

    Thanks for contacting us.

    Yes, this is possible but not available by default because Q & A’s are listed under the product edit page.

    We are not planning it in the near future, however, please feel to create a feature request on the Github Repository of this plugin https://github.com/expresstechsoftware/product-questions-answers-for-woocommerce/

    If you found our plugin helpful, we would greatly appreciate a rating on the WordPress repository!

    Thread Starter johnespindola

    (@johnespindola)

    Hi Sunny,

    Thanks for your answer. Do you have any documentation with which I can guide me to implement that functionality to see the list of questions on the dashboard? this would be a great help for me.

    And yes, I will leave my rating, it has helped me a lot.

    Thank you!

    Plugin Contributor Sunny Soni

    (@sunnysoni)

    Hi @johnespindola ,

    This plugin has a hook which triggers just after saving a new question in the database:

    do_action('wc_qa_question_save', $product_id, $question, $user_id);

    You can use this to store new questions as an incremental value to wp_option table and show the total new questions in the admin.

    Thanks,
    Sunny

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notification and list in Dashboard’ is closed to new replies.