=== SMNTCS Quantity Increment Buttons for WooCommerce === Contributors: nielslange, derweltbuerger, marcqueralt Tags: quantity buttons, quantity, quantity increment, woocommerce quantity Stable tag: 2.5 Tested up to: 6.4 Requires PHP: 5.6 Requires at least: 5.0 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Display the quantity increment buttons on the WooCommerce product page and the WooCommerce cart page. == Description == Increment Quantity Buttons for WooCommerce adds two additional buttons to the quantity input field on the WooCommerce product page to easily increase and decrease the quantity via button click. === Compatible with === * [Min and Max Quantity for WooCommerce](https://wordpress.org/plugins/minmax-quantity-for-woocommerce/) * [WooCommerce Composite Products](https://woocommerce.com/products/composite-products/) * [WooCommerce Min Max Quantity & Step Control Single](https://wordpress.org/plugins/woo-min-max-quantity-step-control-single/) * [WooCommerce Min/Max Quantities](https://woocommerce.com/products/minmax-quantities/) * [WooCommerce Minimum and Maximum Quantity](https://wordpress.org/plugins/woo-min-max-quantity-limit/) * [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/) == Filter == Since 1.13 it's possible to flip the -/+ buttons to +/-. To do that, please add the corresponding filter to your functions.php file: **Flip quantity buttons:** ` add_filter( 'flip_quantity_buttons', '__return_true' ); ` Since 1.9 it's possible to disable the plugin on the product page and/or the cart page. To do that, please add the corresponding filter to your functions.php file: **Disable plugin on product page:** ` add_filter( 'show_on_product_page', '__return_false' ); ` **Disable plugin on cart page:** ` add_filter( 'show_on_cart_page', '__return_false' ); ` Since 2.2, it's possible to use `