Linux 软件免费装

Plugin Name

开发者
更新时间 2020年4月28日 09:27
PHP版本: 4.1 及以上
WordPress版本: 5.4
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce quantity spinner quantity increment quantity buttons

下载

1.0.0 1.0.1 1.1

详情介绍:

WooCommerce uses number inputs for the cart quantities by default, as most browsers now support <input type="number" />. However, you may want to have JavaScript powered inputs if you want greater control over appearance. Simply install and activate this plugin to do so. It optionally includes a Number Polyfill, which is a polyfill for implementing the HTML5 <input type="number"> element in browsers that do not currently support it. To include this, add the following code to your theme's functions.php file: add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' ); function wcqi_enqueue_polyfill() { wp_enqueue_script( 'wcqi-number-polyfill' ); }

安装:

  1. Upload woocommerce-quantity-increment to the /wp-content/plugins/ directory or search for 'WooCommerce Quantity Increment' from Plugins > Add New.
  2. Activate the plugin through the 'Plugins' menu in WordPress

更新日志:

1.1.1 1.1.0 1.0