WooCommerce
94Everything you need to launch an online store in days and keep it growing for years. From your first sale to m...
Display the quantity increment buttons on the WooCommerce product page and the WooCommerce cart page.
SMNTCS Quantity Increment Buttons for WooCommerce is a WordPress plugin that adds two buttons for increasing and decreasing product quantities directly on the WooCommerce product page. This functionality allows users to adjust quantities with a simple click, enhancing the shopping experience.
The plugin is compatible with various WooCommerce extensions and offers customisation options through filters in the functions.php file. It is suited for WooCommerce store owners looking to improve their product quantity selection process.
Best for: WooCommerce store owners seeking to enhance their product quantity selection.
What it does well
Where it falls short
This plugin provides a straightforward solution for improving quantity selection in WooCommerce, though some technical knowledge may be required for full customisation.
Niels Lange's own description of SMNTCS Quantity Increment Buttons for WooCommerce, lightly tidied.
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.
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' );
Other plugins for selling online.
Everything you need to launch an online store in days and keep it growing for years. From your first sale to m...
Top-rated antispam for contact forms, comments, WooCommerce, eCommerce, and login. No CAPTCHAs, no friction, j...
Weight based shipping methods for WooCommerce. Flexible shipping with table rate rules by cart weight and orde...
Every store loses sales to cart abandonment. But with Cart Abandonment Recovery for WooCommerce, you can win t...
Germanized extends WooCommerce to become a legally compliant shop for the german market. Must Have for every g...
🤩 Make popups & optin forms to get more email newsletter subscribers, leads, and sales - #1 most popular...