Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
A simple plugin to automatically block spam Woo orders that began in October 2020.
Block Specific Spam Woo Orders is a WordPress plugin designed to prevent specific fake or spam orders in WooCommerce. It enhances WooCommerce's checkout process by validating against a predefined list of known spam email accounts and names. The plugin is simple to use; once installed and activated, it requires no additional settings unless you wish to add custom filters for blocking more domains or names.
This plugin is suitable for WooCommerce store owners who want to reduce spam orders without complex configurations. It is particularly useful for those who have experienced issues with spam bots during the checkout process.
Best for: WooCommerce store owners looking to minimise spam orders.
What it does well
Where it falls short
This plugin offers a straightforward solution for blocking spam orders in WooCommerce. It is effective for users who want a simple, no-fuss approach to enhance their checkout process.
wigster's own description of Block Specific Spam Woo Orders, lightly tidied.
This plugin prevents a specific set of WooCommerce fake/spam orders.
Simply install and activate the plugin; there are no settings or tweaks to be made unless you want to add your own filters.
The plugin extends WooCommerce’s built-in checkout validations to check for a specific set of known spam email accounts and names. If triggered, the spam bot simply cannot checkout and importantly does not get to the account creation stage.
The names/emails it checks for would only be used by spam bots, so there is no need to worry about false positives.
If you’ve found this plugin useful, you can support my work by buying me a coffee at:
Buy Me a Coffee.
Starting from plugin version 0.77, you can extend the list of blocked email domains and blocked customer names using custom filters.
To use these filters, add code to your theme’s functions.php file or a custom plugin.
If you want to block additional email domains like exampledomain.com and spamdomain.net, use the BSSO_extra_domains filter. Domains can be supplied with or without a leading @.
Code Example:
add_filter('BSSO_extra_domains', function () {
return ['exampledomain.com', 'spamdomain.net'];
});
If you want to block additional first names like spambot and faker, use the BSSO_extra_names filter.
Code Example:
add_filter('BSSO_extra_names', function () {
return ['spambot', 'faker'];
});
Other plugins for improving checkout.
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Every store loses sales to cart abandonment. But with Cart Abandonment Recovery for WooCommerce, you can win t...
1 WordPress funnel builder & WooCommerce checkout plugin. Boost AOV with one-click upsells, order bumps &a...
A powerful side cart designed to make shopping faster and easier. Give customers instant cart access and a sea...
Create high-converting WooCommerce checkout pages, WooCommerce thank you pages & sales funnels with the hi...
Frictionless Multistep Checkout for WooCommerce. Get up to 36% increase in conversion rates with a better purc...