Easily add plus, minus button for WooCommerce Quantity Input box in everywhere. Such: Single Page, In Loop Quantity input, Cart page , everywhere.
Quantity Plus/Minus Button for WooCommerce plugin add beautifully designed quantity buttons for WooCommerce quantity input box on the product page which also support for decimal quantity. Easily add plus, minus button for WooCommerce Quantity Input box in everywhere. Such: Single Page, In Loop Quantity input, Cart page etc with custom design. User able to get custom/own color for his plus or minus button.
Features
👉 Quantity step supported
👉 Decimal quantity supported
👉 Customizable button design
👉 You can customize button background color and hover
👉 You can customize button text color and hover
👉 You can customize border color and hover
👉 You can customize border width
👉 You can set custom border radius
👉 Live customer support for any Issue.
👉 Well documented
👉 Well commented
👉 Clean code
👉 Compatible with all themes
👉 Compatible with all plugins
👉 Compatible with Woo Product Table
👉 Compatible with the latest version of WordPress
👉 Compatible with the latest version of WooCommerce
Enable Ajax add to cart for Single Product Page.
add_filter(‘wqpmn_ajax_cart_single_page’, ‘__return_true’ );
On off checkbox in admin page using filter
add_filter(‘wqpmb_checkbox_row_validation’, ‘__return_true’ );
CSS validation using filter
add_filter(‘wqpmb_css_row_validation’, ‘__return_true’ );
Use default WooCommerce template
add_filter(‘wqpmb_show_validation’, ‘__return_true’);
Hide on product page
add_filter(‘wqpmb_on_product_page’, ‘__return_false’);
Hide on cart page
add_filter(‘wqpmb_on_cart_page’, ‘__return_false’);
Hide on Mini Cart page
add_filter(‘wqpmb_on_mini_cart_page’, ‘__return_false’);
To Change Templae Base Directory, Use following Hook
In that directory, template files folder will be locate
add_filter(‘wqpmb_template_base_dir’, $template_base_dir);
👷 HONORABLE CONTRIBUTOR – GitHub 👷
🥇 CONTRIBUTE 🥇
You are welcome to contribute to this project. Join with us Fork Github repository. If you contribute 1 commit, We will add your name to our plugin’s Contributor table/list of WordPress Plugin too.
Quantity button in WooCommerce cart page
Quantity button setting page with custom color selection
Quantity button in single product page
Quantity button in WooCommerce cart page
Quantity button in single product page
Quantity button in WooCommerce cart page
Quantity button in single product page
Quantity button in WooCommerce cart page
Quantity button setting page with custom color selection
Quantity button in WooCommerce cart page
🔅 Dashboard -> WooCommerce -> (+-) Plus Minus Button
🔅 No Need, As it’s already provided by your theme.
🔅 Yes this plugin is supports all themes.
🔅 Yes, you can hide it by using our filter (wqpmb_on_cart_page
). see following code:
add_filter(‘wqpmb_on_cart_page’,’__return_false’);
🔅 Yes, this plugin supports decimal value as product quantity.
🔅 There is no shortcode for this plugin.
🔅Go to Dashboard -> WooCommerce-> (+-) Plus Minus Button -> [And change/update your setting]
🔅 Yes. You can set the product limit to show in you able. Eg. You have 100 products in your site then you can easily show 50 of them.
🔅 Install and activate. Then go to ( Dashboard->WooCommerce->Plus Minus Button -> [And change/update your setting] ). And enjoy it.
That’s it. So easy, Right !!!
🔅 Yes, But if already available plus minus button on your theme, you should not use any plus minus button plugin.
🔅 Yes. Product Table for WooCommerce by CodeAstrology or Woo Product Table will adapt with your design.