- This topic has 5 replies, 2 voices, and was last updated 1 year, 1 month ago by
Sangita Support Squad.
-
AuthorPosts
-
-
January 10, 2025 at 7:56 PM #238301
riad.zouki
ParticipantWe are getting thousands of emails and Questions in the CMS seems bots are getting to QnA
There isnt even a way to bulk delete all these from the CMShow can we disable this feature? and remove the tab from the product page
-
January 10, 2025 at 8:46 PM #238304
Sangita Support Squad
KeymasterHello there, Sorry to hear that you have faced an issue on your end. You can check the document here https://multivendorx.com/docs/code-snippet/remove-certain-section-from-the-vendor-dashboard-and-single-product-page/ for the assistance with removing the Question answer tab from the product page.
Let us know if you need any further assistance from our end.
-
January 10, 2025 at 11:44 PM #238313
riad.zouki
ParticipantThank you
I see this in my functions.php
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 99 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘wcmp_customer_qna’] ); // Questions & Answers
unset( $tabs[‘singleproductmultivendor’] ); // More Offer
unset( $tabs[‘product-vendor’] ); // Vendor Tab
return $tabs;
}I changed to is that correct
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 99 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘mvx_customer_qna’] ); // Questions & Answers
unset( $tabs[‘singleproductmultivendor’] ); // More Offer
unset( $tabs[‘product-vendor’] ); // Vendor Tab
return $tabs;
} -
January 10, 2025 at 11:47 PM #238314
riad.zouki
ParticipantAlso sorry any idea what could be causing this issue. We received around 1000 email today
-
January 11, 2025 at 6:03 PM #238326
Sangita Support Squad
KeymasterHello, Bot emails on WooCommerce-based WordPress sites often result from insufficient anti-spam measures, such as missing CAPTCHA on forms, exposed email fields, outdated plugins, or weak security. Search engine indexing can also make it easier for bots to target forms.
To address this, consider using CAPTCHA and tools like Akismet, and keep your plugins and themes updated.
However, not to worry. We’ve shared your concern with our development team and may add an option in the future to limit question submissions to verified users, users with valid emails etc. Track progress of the enhancement from here:https://github.com/multivendorx/MultiVendorX/issues/890.
Let us know if you need further assistance!
-
February 11, 2025 at 12:23 PM #239131
Sangita Support Squad
Keymaster@riad.zouki, Hope you’re doing well.
We’ve already implemented bulk delete support in the “Question and Answer” section on the Work Board page. You can update to the latest version of MultiVendorX and check it on your end.
Let us know if you need any further assistance. We’re happy to help!
-
-
AuthorPosts
- The topic ‘Questions and Answers Spam’ is closed to new replies.






