=== WooCommerce Disable Payment Methods based on cart conditions === Contributors: vegacorp,josevega, freemius Tags: woocommerce, payment gateways Tested up to: 5.1 Stable tag: 1.1.0 Requires at least: 4.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Enable or disable WooCommerce payment gateways based on cart conditions like the order total. == Description == Enable or disable WooCommerce payment gateways based on cart conditions like the order total. = Examples: = - Enable paypal for orders higher than $100 - Enable credit card only when the order total is higher than $1000 - Disable stripe when the order total is < than $30 - Enable "cash on delivery" when the order total is lower than $10 - Only allow bank transfers for orders > $1000 = Use Cases: = - Save money by using the cheapest payment processors when the order total is too low - Make more money by enabling the best payment gateway based on the user order - Hide payment gateways that don't allow transactions < $5 or charge too much fees on small transactions = Features: = **The free plugin works with:** - All payment gateways - You can create unlimited conditions for every gateway or multiple gateways at once - You can create AND and OR conditions. i.e. "Enable paypal when the total order is > $100 and < $200" - You can use conditions based on "cart total", "subtotal", and "subtotal exc. taxes" only **Extra conditions available on the premium plugin:** - Enable or disable payment methods based on the user address - Enable or disable payment methods for specific city - Enable or disable payment methods for specific user state - Enable or disable payment methods for specific zip code - Enable or disable payment methods for specific country - Enable or disable payment methods for specific user roles - etc. [Try Premium Plugin for FREE for 7 Days](https://wpsuperadmins.com/plugins/woocommerce-conditional-payment-gateways/?utm_source=wp.org&utm_campaign=readme.txt&utm_medium=web) - Enable or disable payment methods for category - Enable or disable payment methods based on product height - Enable or disable payment methods based on product length - Enable or disable payment methods based on product weight - etc. You can enable payment methods based on cart information: - Enable or disable payment methods for specific coupons used - Enable or disable payment methods for specific shipping method - Enable or disable payment methods based on the products in the cart - Enable or disable payment methods based on the product quantity - Enable or disable payment methods based on the total tax - Enable or disable payment methods based on the total weight - Enable or disable payment methods based on the total coupon discounts - Enable or disable payment methods based on the total shipping cost - etc. [Try Premium Plugin for FREE for 7 Days](https://wpsuperadmins.com/plugins/woocommerce-conditional-payment-gateways/?utm_source=wp.org&utm_campaign=readme.txt&utm_medium=web) == Installation == = Automatic installation = Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. In the search field type the plugin name and click Search Plugins. Once you’ve found our plugin you can install it by simply clicking “Install Now”. = Manual installation = The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains [instructions on how to do this here.](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation) == Screenshots == 1. Global settings 2. Payment gateway settings == Changelog == = 1.1.0 - 2019-03-03 = * NEW - Allow to show/hide payment methods based on total discounts (premium) * NEW - Allow to show/hide payment methods based on total shipping cost (premium) * NEW - Allow to show/hide payment methods based on total (including taxes, shipping, fees, etc.) * CHANGE - Updated to freemius v2.2.4 = 1.0.0 - 2018-12-26 = * Initial release