Duplicate Snippet
Embed Snippet on Your Site
Set a minimum order amount in WooCommerce – No Plugin used
Post More Detail
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:
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments