WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Niels Lange v2.6

SMNTCS Quantity Increment Buttons for WooCommerce

Display the quantity increment buttons on the WooCommerce product page and the WooCommerce cart page.

SMNTCS Quantity Increment Buttons for WooCommerce

The facts

Rating
4.5★ from 20
Active installs
2k+
Price
Free
Last updated
31 Dec 2024
Added
Mar 2018
Requires WP
5.0
Tested up to
WP 6.7.7
Requires PHP
5.6
Downloads
67,540

Our analysis

AI-assisted

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

  • Adds increment and decrement buttons for product quantities
  • Compatible with multiple WooCommerce extensions
  • Customisable through filters in functions.php
  • Free to download from the WordPress.org directory
  • Regular updates and high user rating

Where it falls short

  • Limited information on specific features and customisation options
  • Requires basic coding knowledge for advanced configurations

Verdict

This plugin provides a straightforward solution for improving quantity selection in WooCommerce, though some technical knowledge may be required for full customisation.

From the developer

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.

Compatible with

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

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for selling online.

WooCommerce

Everything you need to launch an online store in days and keep it growing for years. From your first sale to m...

Free 7M+ installs 4.5★ (4,820)
Germanized for WooCommerce

Germanized extends WooCommerce to become a legally compliant shop for the german market. Must Have for every g...

Free 70k+ installs 4.8★ (495)