This plugin does not update the cart when used in the cart page.
the +- buttons change the number in the box, but it does not update the cart in the backend, or by ajax
]]>Hi
I am building a website and the quantity field with buttons is aligned at the right instead of the left on divi layout in mobile view. Without the plugin the fields are shown correct.
How can this be fixed?
]]>Hello,
I’d like to know if it’s possible to deactivate the automatic basket update. I couldn’t find it in the other forum topics. And I would really like to disable this option.
]]>Hi,
Would you be so kind to help?
I like the plugin, but I see in the settings that it is not possible to give a height or width of the plus/minus boxes.
If I set the Input Box Settings to Height 28px, only the quantity input box is affected, but the plus/minus boxes don’t follow.
Can you tell why it is like that or else provide a bit of CSS to adjust?
Thank you
D.V.
I would like to display a label next to the plus minus and with customised text rather than “Quantity”, is that possible? I can see in the code label with class screen-reader-text but is there a way to display it a customised label on the page? Thanks!
]]>Hi team,
I would like to know if you have have a hook to check wheather this plugin exists or not, just like below.
if ( class_exists( ‘WooCommerce’ ) && ( is_shop() || is_product_category() || is_product() ) )
Do you have something like this?
Thanks!
]]>Hi,
Client site is live and all of a sudden it is showing the QTY on ALL Shop pages just before the “Add to Cart” button .. which is strange as its never shown in here . It is NOT supposed to be showing here.
AND it is now showing the up and down arrow also near the Qty Number in the middle also. AND it is showing the default up and down arrow on Cart pages, Single product pages also .. Don’t want it there , HOW do I remove this please?
Usually when I activate your plugin, the up and down arrow disappears, now it is back annoying my client website.
I need to rectify this urgently .
I’m guessing a glitch strangely causing it ?
Can SG OPtimiser installed in Siteground cause this issue ?
HOW do I fix this issue ? I have deactivated all cache plugins and still the same issue.
Now I’ve had to deactivate your plugin completely for now.
Thanks
]]>Hi there – We noticed on last update that the quantity – and + buttons work great on individual products, but you can’t click on them on products using Woocommerce Product Bundles.
]]>Good afternoon, can you tell me how I can add buttons to change the quantity of products on the checkout page?
]]>Hello.
First of all I would like to thank you for the plugin.
But I am having a problem. The counter does not increase or decrease the quantity in the product page, but then in the shopping cart if the quantity is well represented.
video error: https://carmennavarro.com/video/contador.mp4
Thank
]]>I don’t see the plus minus qty buttons in the mini cart/ side cart which shows up from the menu cart. I am using hello elementor theme and elementor pro
]]>how i can stop translating +&- quantity degits to hindi number (eastern number) on browser arabic language
13456789 in place ??????????
]]>Is it possible to deactivate the plugin in specific places, i.e the cart. I would like to leave woocommerce defaults on my cart page.
Reply is: Yes, It’s possible using filter hook: ‘wqpmb_show_validation’.
See Example code on Gist: https://gist.github.com/codersaiful/57668602f08f017c4bbfd466cdfff1cb
Also here:
/**
* Disable Plus minus button for specific page
* such: cart page, checkout page,
* using filter hook: 'wqpmb_show_validation'
*
* There are few filter hook
* wqpmb_show_validation bool filter hook
* wqpmb_on_product_page bool filter hook
* wqpmb_on_cart_page bool filter hook
* wqpmb_on_mini_cart_page bool filter hook
* wqpmb_template_on_off bool filter hook
*
* wqpmb_template
*
* @author Saiful Islam <[email protected]>
*
* @return bool
*/
function ca_custom_off_plus_minus_specific($validation, $datas){
if( is_cart() ){ //you can use any other page condition.
return false;
}
return $validation;
}
add_filter('wqpmb_show_validation', 'ca_custom_off_plus_minus_specific', 10, 2);
]]>
Hi, +- buttons appear on the product page, but when I click them, nothing happens. Is there any way I can solve this?
]]>Hi! When I am,on product page the +sign is not aligned with the add to cart buttom.
If I use this CSS:
.woocommerce div.product form.cart .button.single_add_to_cart_button {
margin-left: 0px !important;
}
It is then aligned on desktop, but not on mobile. Please help what code I can use. I use Shoptimizer theme and elementor.
Here is link to pictures without adding any css code
https://ibb.co/BNGk6qh
https://ibb.co/Xbzpq3s
Thanks!
]]>Hi,
This plugin is being flagged as having a security vulnerability flagged by Wordfence Security.
Are you aware and is there an update coming soon to resolve this issue?
Many thanks.
The number of items in the shopping cart cannot be updated on mobile phones and flatbes. Is it possible to solve this problem? The number of items in the shopping cart can only be updated on the computer version.
]]>Hi,
we are using comma for seperating decimal values for our quantity.
The Plus/Minus plugin is using a dot as seperator, although we set “,” in Min Max Control plugin.
Is there a change to use a comma?
Regards
Ben
This plugin is incompatible with ‘High-Performance order storage (COT)’. Please check this it out.
]]>I tried your solution as the one I am currently using doesn’t seem supported anymore.
However I can’t get it to work on the shop product page (grouped product). Clicking on them doesn’t do anything.
The styling also doesn’t really seem to work with my theme ??
One last thing: it looks like the buttons are not compatible with the new WooCommerce HPOS.
Are there any solutions for my issues :)?
]]>Use following code. you can use code snippet plugin or add following to your theme’s functions.php
add_filter('wqpmb_show_validation',function($bool, $data){
global $product;
if(!is_object($product)) return $bool;
if(is_object($product) && $product->get_type() === 'simple'){
return $bool;
}else{
return false;
}
return $bool;
},10, 2);
Code from Github: https://gist.github.com/codersaiful/121cc82af31f5eaabb71bbfda089237f
]]>Is it possible to update the mini cart via ajax, on changing the quantity. I have seen, it does work on cart page with given code, but as Mini cart does not have – Update cart button, so this will not work there.
add_action( 'wp_footer',function(){
?>
<script>
jQuery( document ).ready(function($) {
$(document.body).on('change','input.wqpmb_input_text.input-text.qty.text',function(){
let updateButton = $('button.button[name="update_cart"]');
setTimeout(function(){
updateButton.trigger('click');
},700);
});
});
</script>
<?php
} );
]]>
I saw there’s filter code provided on the plugin page that can disable the plus minus button on cart page, but I don’t see anywhere that I can insert the code to disable it. Any solutions here to help out? Thanks
]]>Hi there,
We updated the plugin on our staging site where everything works fine, but on our live site, the quantity field is not rendering correctly on SOME products.
The <div> with qib-button qib-button-wrapper classes do not render at all.
It works fine on other products but on some it doesn’t
We can’t really figure out what’s causing it. Any help will be appreciated.
]]>Hi @phpcoderhannan,
I removed the plugin, but the original WooCommerce quantity button is not showing anymore!
https://www.screencast.com/t/RWo7vutjauOt
How to get it back?
Thanks,
]]>Hi @phpcoderhannan,
The Quantity button is to the right of the “ATC” button in the mobile view.
https://www.screencast.com/t/dMqDbzfnu0y
How to put it on the left side, like on the desktop view, and aligned?
Thank you,
]]>Hi,
The button is not aligned with the “Add to Cart” button. It also appears to be taller.
https://www.screencast.com/t/JRTMNMfMZYNN
How can I align it with the “Add to Cart” button and make them the same height?
Thank you,
]]>I am using Product Table Pro and Quantity plus minus plugin. I have enabled Blocksy plus minus itself.
When i disabled the plus minus sign (code ASTRO plugin), my product table quantity is empty where single product and cart page have the plus minus sign from Blocksy.
Is it mandatory to use product table with plua minus sign developed by your dev only?
Why i want to use theme plus minus is because your plugin’s styling is not changeable. I want to change the size but i couldn’t
]]>Hi There,
I have been using your plugin and it works well with my website. However, I’ve noticed with the default Elementor Side Cart (Menu Cart Widget), they dont show up there. Is there way to implement this myself? Or will this be a complicated task to accomplish. I’m using Elementor Pro with the standard Hello Theme.
Thankyou!
Steve
Hi team,
we are using your plugin. Thank you for the nice plugin. I have a doubt regarding how to show the Quantity plus and minus operator in the mini cart. Please reply soon
Thank you
]]>