Quantity Buttons for WooCommerce

설명

Add plus and minus quantity buttons to the WooCommerce Legacy Cart (does not support blocks).

Special Features

  • Responsive design for mobile
  • Generic aesthetic that integrates with your storefront design
  • Zero setup and configuration, just install and activate the plugin
  • No impact to WooCommerce templates
  • Easily controlled with CSS class: .woocommerce button.qty

스크린샷

  • Mobile Example
  • Desktop Example

설치

  1. Upload the plugin files to the /wp-content/plugins/woo-quantity-buttons directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the \’Plugins\’ screen in WordPress
  3. Visit any WooCommerce product page or cart to see the quantity buttons

FAQ

Where do the quantity buttons show up?

Visit any WooCommerce public-facing product page, or the WooCommerce cart. The quantity buttons will appear adjacent to the quantity number field.

Where can I get support?

Reach out to us anytime for additional support.

The buttons are not the right size, shape, or color

Customize the buttons using CSS class .woocommerce button.qty
For example, if your theme supports it navigate to Appearance > Customize > Additional CSS and paste in .woocommerce button.qty{ background:lightgray; color:#555; padding:.3em; }
Alternately, add the CSS to your theme’s stylesheet under Appearance > Theme Editor: .woocommerce button.qty{ background:lightgray; color:#555; padding:.3em; }

후기

2022년 4월 19일
Нет настроек, невозможно отключить отображение этих кнопок в архиве и на странице товара или в корзине по отдельности. Тоесть нет возможности применение плагина только к определенной категории страниц.
모든 2 평가 읽기

기여자 & 개발자

“Quantity Buttons for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Quantity Buttons for WooCommerce”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Quantity Buttons for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.8

  • Compatibility with WC 8.6 and WP 6.4.

1.1.5

  • Hide buttons when quantity disabled.

1.1.4

  • Compatibility with WC 8.0 and WP 6.3.

1.1.3

  • Compatibility with WC 7.9 and WC HPOS.

1.1.0

  • WC Custom orders table compatibility checks.

1.0.20

  • Accommodation for custom admin URL

1.0.19

  • Compatibility with WC One Page Checkout

1.0.15

  • Updates to plugin name

1.0.10

  • Updated FAQs and features to include CSS classes

1.0.7

  • Improved button CSS

1.0.6

  • WooCommerce version compatibility testing and indicator

1.0.5

  • Improved plugin description and tags

1.0.4

  • Add top margin for add-to-cart button

1.0.2

  • Improvements to JS update_cart behavior and class application

1.0.1

  • Helper function fixes

1.0.0

  • Basic functionality created