WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by wigster v0.80

Block Specific Spam Woo Orders

A simple plugin to automatically block spam Woo orders that began in October 2020.

Block Specific Spam Woo Orders

The facts

Rating
5★ from 10
Active installs
1k+
Price
Free
Last updated
2 Jun 2026
Added
Nov 2020
Requires WP
5.1
Tested up to
WP 7.0.4
Requires PHP
5.4
Downloads
21,082

Our analysis

AI-assisted

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

  • Prevents specific spam orders in WooCommerce
  • No settings required for basic functionality
  • Allows for custom filters to block additional emails and names
  • Extends WooCommerce's built-in checkout validations
  • Has a high rating and a good number of active installs

Where it falls short

  • Limited information on customisation options beyond basic filters

Verdict

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.

From the developer

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.

How to Use Custom Filters

Starting from plugin version 0.77, you can extend the list of blocked email domains and blocked customer names using custom filters.

Available Filters:

  1. BSSO_extra_domains: Add custom email domains to block during the checkout process.
  2. BSSO_extra_names: Add custom first names to block during the checkout process.

Example Usage

To use these filters, add code to your theme’s functions.php file or a custom plugin.

1. Blocking Additional Email Domains

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'];
});

2. Blocking Additional First Names

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'];
});

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for improving checkout.

CartFlows

1 WordPress funnel builder & WooCommerce checkout plugin. Boost AOV with one-click upsells, order bumps &a...

Free 200k+ installs 4.8★ (504)
Side Cart Woocommerce

A powerful side cart designed to make shopping faster and easier. Give customers instant cart access and a sea...

Free 80k+ installs 4.9★ (452)
FunnelKit

Create high-converting WooCommerce checkout pages, WooCommerce thank you pages & sales funnels with the hi...

Free 30k+ installs 5★ (1,015)
Fluid Checkout for WooCommerce

Frictionless Multistep Checkout for WooCommerce. Get up to 36% increase in conversion rates with a better purc...

Free 20k+ installs 4.9★ (158)