Learn how to Set a minimum order amount in WooCommerce. Customer will not be able to checkout if minimum amount isn’t reached. No plugin used, just code snippets.
Learn how to Set a minimum order amount in WooCommerce. Customer will not be able to checkout if minimum amount isn’t reached. No plugin used, just code snippets.
To set a minimum order amount you can use woocommerce_check_cart_items action hook this way:
Conclusion In summary
Features added:
Woocommerce set minimum amount customer needs to add to checkout.