Block Automated Checkout
Stops checkout abuse in Woo
by LittleBizzy · github.com/littlebizzy/block-automated-checkout · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/littlebizzy/block-automated-checkout/archive/refs/heads/master.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
Readme
Block Automated Checkout
Stops checkout abuse in Woo
Changelog
1.4.0
- added failed-order rate limiting for logged-in customers
- blocks checkout for 24 hours after 3 failed orders within a 24-hour period
- retains existing account-age and order-interval protections
1.3.0
- added minimum time between orders requirement (default 1800 seconds)
- blocks rapid repeat checkout attempts from the same logged-in account
- keeps order interval setting filterable via
block_automated_checkout_min_order_interval - improved timestamp handling for checkout timing validation
- keeps minimum account age protection in place before checkout
1.2.0
- added minimum account age requirement before checkout (default 300 seconds)
- blocks immediate first-order attempts from newly registered accounts
- improves protection against register-and-test card validation abuse
1.1.0
- removed strict WooCommerce checkout nonce enforcement
- relies on WooCommerce core nonce validation
- retains session and cart validation safeguards
- improves compatibility with cached or stale checkout sessions
1.0.0
- initial release
- supports PHP 7.0 to 8.3
- supports Git Updater
Tested up to: 6.9- blocks checkout requests without a valid WooCommerce checkout nonce
- blocks checkout requests without an active WooCommerce session or cart
- mitigates scripted, stateless, non-interactive and non-browser checkout attempts
- uses native WooCommerce notices for failed requests
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.4.0 | Feb 21, 2026 |
| 1.3.0 | Feb 20, 2026 |
| 1.2.0 | Feb 19, 2026 |
| 1.1.0 | Feb 14, 2026 |
| 1.0.0 | Feb 1, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.