xpay✦ Commerce
Directory
WooCommerce plugins
SMNTCS Quantity Increment Buttons for WooCommerce
SMNTCS Quantity Increment Buttons for WooCommerce
Display the quantity increment buttons on the WooCommerce product page and the WooCommerce cart page.
4.5
(20 ratings)Will this break my store?
What the WordPress.org registry says about keeping SMNTCS Quantity Increment Buttons for WooCommerce running.
Tested to 6.7.5 — 4 branches behind 7.1
Several branches behind. Worth checking on a staging site before updating WordPress.20 months ago
At least 4.1 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.5.6
Your host must be running at least this version.5.0
3
Maintenance & trust
Scored on how SMNTCS Quantity Increment Buttons for WooCommerce is looked after — not on how many stores run it.
54
out of 100Maintenance
15 / 35WordPress compatibility
7 / 20Support responsiveness
Not enough dataMerchant satisfaction
11 / 15Listing transparency
10 / 10Ratings
4.5
20 ratingsIncrement 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
- WooCommerce Composite Products
- WooCommerce Min Max Quantity & Step Control Single
- WooCommerce Min/Max Quantities
- WooCommerce Minimum and Maximum Quantity
- WooCommerce 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 <button> instead of <input type="button"> for the quantity buttons. To do that, please add the corresponding filter to your functions.php file:
*** Use <button> instead of <input type="button"> ***
add_filter( 'use_html_buttons', '__return_true' );
Contribute
Contributions are more than welcome. Simply head over to Github and open a pull request.
Categories
Plugin details
Tags on WordPress.org
