WooCommerce Quantity Increment Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
In WooCommerce 2.3, the quantity increment buttons have been depreciated, as most browsers now support <input type="number" />
.
However, you may want to keep them. Simply install and activate this plugin to do so.
It optionally includes Number Polyfill, which is a polyfill for implementing the HTML5 <input type="number">
element in browsers that do not currently support it.
To include it, add something like this to your functions.php
:
add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' );
function wcqi_enqueue_polyfill() {
wp_enqueue_script( 'wcqi-number-polyfill' );
}
Screenshots
No screenshots provided