WooCommerce +/- 数量按钮丢失
WooCommerce +/- quantity buttons are missing
我使用的是最新的 WooCommerce 版本,在单个产品页面数量输入字段前后没有 +/- 数量按钮。在相应的模板 ("/global/quantity-input.php") 中只有输入字段,缺少 +/- 输入元素。
这是为什么?
当前的 WooCommerce 使用 html5 数字输入,它没有单独的加号和减号按钮,尽管某些主题可能仍在添加它们 JavaScript。
WooCommerce 在 2.3 及更高版本中贬低了数量选择器按钮。
WooCommerce 有一个单独的插件来取回数量选择器
https://wordpress.org/plugins/woocommerce-quantity-increment/
参考:https://wordpress.org/support/topic/no-more-quantity-selector-after-update
我使用的是最新的 WooCommerce 版本,在单个产品页面数量输入字段前后没有 +/- 数量按钮。在相应的模板 ("/global/quantity-input.php") 中只有输入字段,缺少 +/- 输入元素。
这是为什么?
当前的 WooCommerce 使用 html5 数字输入,它没有单独的加号和减号按钮,尽管某些主题可能仍在添加它们 JavaScript。
WooCommerce 在 2.3 及更高版本中贬低了数量选择器按钮。
WooCommerce 有一个单独的插件来取回数量选择器 https://wordpress.org/plugins/woocommerce-quantity-increment/
参考:https://wordpress.org/support/topic/no-more-quantity-selector-after-update