[WordPress] 外掛分享: Block Specific Spam Woo Orders

WordPress 外掛 Block Specific Spam Woo Orders 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Block Specific Spam Woo Orders」是 2020-11-03 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2025-04-10,距離現在已有 22 天。
  • 外掛最低要求 WordPress 5.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.4 以上。
  • 有 11 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

wigster |

外掛標籤

woo | spam | block | orders | woocommerce |

內容簡介

這個外掛能夠避免一組特定的 WooCommerce 假訂單/垃圾訂單。
只需安裝並啟用外掛,不需要進行任何設置或微調。
該外掛擴展了 WooCommerce 內建的結帳驗證,以檢查特定一組已知的垃圾郵件帳戶和姓名,如果被觸發,垃圾機器人將無法結帳,重要的是,它不會到達帳戶創建階段。
它正在檢查的名字/電子郵件只會被垃圾機器人使用,因此不需要擔心誤報。

原文外掛簡介

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:

BSSO_extra_domains: Add custom email domains to block during the checkout process.
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.
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'];
});

Complete Example
Here’s how you might use both filters together:
Code Example:
add_filter('BSSO_extra_domains', function () {
return ['exampledomain.com', 'spamdomain.net'];
});

add_filter('BSSO_extra_names', function () {
return ['spambot', 'faker'];
});

Version Compatibility
Please note that these filters are only available starting from version 0.77 of the plugin. Ensure your plugin is updated to at least this version to use the custom filters.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Block Specific Spam Woo Orders」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.75 | 0.76 | 0.77 | 0.78 | trunk |

延伸相關外掛(你可能也想知道)

  • Up2pay e-Transactions WooCommerce Payment Gateway 》此模組將在您的 WooCommerce 安裝中新增 Up2pay e-Transactions 付款網關。, Up2pay e-Transactions 是歐洲的付款服務提供者,隸屬於 Crédit Agricole 銀行。...。
  • Moloni 》O Moloni是一個創新的線上發票和POS軟件,包括許多有用和功能性工具,讓每個企業能快速、簡單和直覺地管理其發票、監控股票、自動化過程並快速發出文件。, 作...。
  • Order Limit for WooCommerce 》Order Limit for WooCommerce 可以讓你在訂單數量和金額方面設定最小和最大限制。這款 WooCommerce 數量限制的外掛可以避免顧客訂購太少或太多產品,從而使店...。
  • Export Order Items for WooCommerce 》這款 WordPress 外掛可以將你的 WooCommerce 商店中每筆銷售的訂單詳細資訊匯出。透過此外掛,你可以簡化訂單履行流程、輕鬆地產生會計報告,並將報告下載為 ...。
  • Contribuinte Checkout 》這個外掛可以讓你將增值稅 (VAT) 和歐盟增值稅資訊系統 (VIES) 加入你的 WooCommerce 商店。增值稅欄位將被儲存在 '_billing_vat' 中。, 重要提示:此外掛需...。
  • Purchased Items Column for WooCommerce Orders 》這個外掛可以重新加入在 WooCommerce 3.0 中移除的「Purchased Items」欄位。當按下按鈕時,訂單資訊將透過 Ajax 載入,並在每次頁面載入時節省資源。, , 更...。
  • Send email to customer on cancelled order in WooCommerce 》這個外掛會發送電子郵件來告知使用者他的訂單已被取消或失敗。, 沒有任何選項,只需啟用外掛即可完成。。
  • Paybox WooCommerce Payment Gateway 》此外掛可在 WooCommerce 上安裝 Paybox 付款閘道。, Paybox 是歐洲的付款服務提供者,隸屬於 Verifone 集團。, 此外掛在 WordPress 上的功能如下:, 此外掛提...。
  • JSM Show Order Metadata for WooCommerce HPOS

    外掛介紹總結:

    ,

    The JSM Show Order Metadata for WooCommerce 外掛在訂單編輯頁底部的 metabox 中顯示訂單 meta key 和其未...。

  • WooCommerce Basic Ordernumbers 》這是一個針對 WooCommerce 網店客製化訂單編號的方案,提供最彈性和完整的解決方案!, 預設情況下,WooCommerce 使用訂單的 WordPress 文章 ID,這導致訂單編...。
  • Ultimate Order Combination 》, 作者:Fahad Mahmood, 專案網址:http://androidbubble.com/blog/wordpress/plugins/woo-ultimate-order-combination, , WooCommerce 是一個極棒的電子商務...。
  • AliExpress for WooCommerce 》這是 WooCommerce 官方的 AliExpress 插件,讓您可以把您在 WooCommerce 商店裡的任何產品發佈到 AliExpress 上。, AliExpress 是來自中國的線上零售商,隸屬...。
  • Fast Woo Order Lookup 》**總結:**, , - WooCommerce 的訂單和訂閱頁面允許商店所有者通過客戶姓名、電子郵件和其他屬性搜索訂單和訂閱。, - 默認情況下,它進行一般的子字符串搜索。...。
  • WooCommerce Order Navigation 》提供一個簡單的介面,讓管理員和店鋪經理在 WooCommerce 訂單編輯畫面中輕鬆尋覽訂單,無需返回訂單列表畫面,節省時間和迷失軌跡的問題。, 這是一個簡單但真...。
  • WC Delete all orders 》此外掛可讓您摧毀所有現有的訂單 - 請謹慎使用!。

文章
Filter
Apply Filters
Mastodon