=== WooCommerce Conditional Payment Gateways === Contributors: vegacorp,josevega, freemius Tags: woocommerce, payment gateways Tested up to: 5.0 Stable tag: 1.0.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 only when the order total is 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 = 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 "subtotal" and "subtotal exc. taxes" only **Extra conditions available on the premium plugin:** You can enable payment gateways based on user location: - address - city - state - zip code - country - user role - etc. [Try Premium Plugin for FREE for 7 Days](https://checkout.freemius.com/mode/dialog/plugin/3029/plan/4786/?trial=paid) You can enable payment gateways based on product information: - product category - height - length - weight - etc. You can enable payment gateways based on cart information: - coupon used - shipping method - order contains product - product quantity - tax - total weight - etc. [Try Premium Plugin for FREE for 7 Days](https://checkout.freemius.com/mode/dialog/plugin/3029/plan/4786/?trial=paid) == 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.0.0 - 2018-12-26 = * Initial release