
WC Minimum Order Amount Security & Risk Analysis
wordpress.org/plugins/wc-minimum-order-amountAdd the option for a WooCommerce minimum order amount, as well as the options to change the notification texts for the cart.
Is WC Minimum Order Amount Safe to Use in 2026?
Generally Safe
Score 85/100WC Minimum Order Amount has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'wc-minimum-order-amount' plugin version 1.1 exhibits an exceptionally strong security posture based on the provided static analysis. The absence of any identified dangerous functions, SQL queries not using prepared statements, unescaped output, file operations, external HTTP requests, nonce checks, capability checks, or bundled libraries significantly reduces the potential attack surface. Furthermore, the taint analysis reveals no concerning flows, indicating that user-supplied data is not being processed in an unsanitized manner that could lead to vulnerabilities.
The plugin's vulnerability history is equally impressive, with no recorded CVEs of any severity. This lack of past vulnerabilities, combined with the clean static analysis, suggests a developer who adheres to secure coding practices. The plugin's design, with zero identified entry points, further solidifies its secure architecture, as there are no obvious ways for external input to directly interact with the plugin's core functionality without proper security checks.
In conclusion, this plugin appears to be exceptionally secure. The extensive lack of common vulnerability indicators and a clean historical record point towards a well-developed and secure piece of software. While the current data presents no immediate concerns, ongoing monitoring for future updates and potential, albeit unlikely, newly discovered vulnerabilities is always a best practice for any software.
WC Minimum Order Amount Security Vulnerabilities
WC Minimum Order Amount Code Analysis
WC Minimum Order Amount Attack Surface
WordPress Hooks 3
Maintenance & Trust
WC Minimum Order Amount Maintenance & Trust
Maintenance Signals
Community Trust
WC Minimum Order Amount Alternatives
Minimum Order Amount for Checkout
minimum-order-amount-for-checkout
Set a minimum purchase amount for Woocommerce orders. Displays a validation message on both the cart and checkout pages and prevents orders below the …
ELEX Minimum Order Amount for WooCommerce
elex-minimum-order-amount-for-woocommerce
ELEX WooCommerce Minimum Order Amount plugin helps you to configure minimum and maximum order amount based on WordPress user roles.
Minimum Purchase Amount For Woo Cart – For WooCommerce
minimum-purchase-amount-for-woo-cart
Want to increase your WooCommerce average order value? This plugin allows you to set minimum order value for your entire store, specific user roles, and for the free shipping. Start optimizing your sales today!
Minimum Order Amount for Woocommerce
minimum-order-amount-for-woocommerce
Minimum Order Amount for Woocommerce allows you to set easily and fast a minimum amount for the woocommerce orders.
Pedido Mínimo para WooCommerce
wc-pedido-minimo
Plugin para configurar valor mínimo ou quantidade mínima de items para finalização de pedidos no WooCommerce. O plugin também permite selecionar funçã …
WC Minimum Order Amount Developer Profile
1 plugin · 3K total installs
How We Detect WC Minimum Order Amount
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<!-- No longer needed because we don't see the checkout message -->/* No longer needed because we don't see the checkout message
$settings[] = array(
'title' => __( 'Checkout message', 'woocommerce' ),
'desc' => __( 'Show this message if the current order total is less than the defined minimum', 'wc_minimum_order_amount' ),
'id' => 'wc_minimum_order_checkout_notification',
'default' => 'Your current order total is %s — your order must be at least %s.',
'type' => 'text',
'desc_tip' => true,
'css' => 'width:500px;',
);
*/