Hello i need to know if it there any way to apply rules to massive csv archive por example. I have a lot of product and i cant modify one per one. Thanks
]]>Hello,
I noticed woocommerce-quantity-increment plugin removed would you pls help me with alternative pls help.
Thanks
Anas
Hi,
My glitch is close to many other posts, but very different. BTW: None of the prior posts had a successful solution.
MY PROBLEM resides with Firefox, IE 10 and PC Desktop
The quantity chevrons, which are normally positioned to the right of the numerical quantity field, now sit over top it in Firefox (please see link. This link is sent from a Mac via Developer > User Agent > Windows IE10 ). Here we see TWO SETS of plus/minus chevrons: one in its normal place; the other over top of the quantity number field. Actually the attached link is a second variation of the error. My client experiences this same error but with just ONE SET of plus/minus chevrons sitting over top of the numerical quantity field (My client has this problem on a PC desktop with IE 10).
The chevrons function as expected on Android, IPhone, PC and Mac laptop using Chrome, Firefox, Safari and Opera.
Thanks to everyone pitching in!
]]>i have a weird issue. After the add to cart button is clicked in the cart page for items you might also like the spinners disappear.
I am using the quantity spinner plugin https://www.ads-software.com/plugins/woocommerce-quantity-increment/
https://user-images.githubusercontent.com/6078370/48626713-e88ff880-e9b2-11e8-8d1d-23982a3ef397.png
You can see it here in action https://kaptinlin.com/themes/wooshop/cart
Is there another event that is fired that the plugin does not handle?
The solution provided here does not work https://www.ads-software.com/support/topic/when-adding-the-product-to-cart-the-plus-and-minus-disappeared/
how to fix this? Please advice.
]]>I wish to firstly thank you for the additional functionality that you have provided with this free plugin. There are a couple of issues though that I would like to bring to your attention.
1) The supplied function to dequeue the built-in styles requires a small addition. As of WooCommerce Version 3.4.7 a priority needs to be added.
add_action( 'wp_enqueue_scripts', 'wcs_dequeue_quantity', 100 );
function wcs_dequeue_quantity() {
wp_dequeue_style( 'wcqi-css' );
}
2) WordFence is sending error reports.
Extract from email
* The Plugin "WooCommerce Quantity Increment" appears to be abandoned (updated 25th July 2016, tested to WP 4.5.13)
Would it be possible to update the plugins documentation with the needed priority and fix the “abandoned” issue with a bump in version numbers?
There are currently 20,000+ active installations so I’m sure this would be appreciated by many.
Thanks again for your work and consideration of my request.
Dave
Hi, I’m installed the woocommerce quantity increment in my web, with Ronneby Theme.
My first problem was that the arrows of the quantity selector did not appear in the variable products, so I installed this plugin. With this plugin I solved the problem of the arrows of the selector in the variable products, but another problem was created, which is that the arrows were duplicated in the simple products and in the cart, and by clicking on the selector instead of uploading 1 unit , go up 2 steps.
The worst thing is that now if I delete the plugin, the update cart button stops working.
It’s possible to delete the predefined plus minus arrows and function?
I’m going crazy.
Can you help me?
Thanks in advance.
Hi,
1/ The UPDATE CART button remains disabled when the number is changed.
2/ If any product is removed then the +/- buttons become invisible.
How can these be fixed?
]]>When you’re on the cart page and you add an item from the cross-sells, the cart is refreshed but the quantity increment functionality isn’t applied, and the quantity inputs are left as their default number inputs.
If you click the “Update cart” button after the bug has occurred, then the entire table will be reloaded and the quantity inputs will appear as they should.
]]>I am having an issue with the ‘+’ button incrementing the quantity by 2 instead of 1. I have added the following code to the functions.php file yet the issue remains.
add_action( ‘wp_enqueue_scripts’, ‘wcqib_enqueue_polyfill’ );
function wcqib_enqueue_polyfill() {
wp_enqueue_script( ‘wcqib-number-polyfill’ );
}
I have also added the following line of code to the plugin file woocommerce-quantity-increment/woocommerce-quantity-increment.php
add_action( ‘plugins_loaded’, array( ‘WooCommerce_Quantity_Increment’, ‘get_instance’ ), 1);
Without this code, the quantity buttons do not appear. Are there errors in the code or am i missing something?
Thanks,
Ellis
Hello,
I get an error in Firefox (I have Firefox version 57 on Mac). Chrome and Safari work regularly.
In the cart, changing the quantity doesn’t update the total every time.
The total only get updated every 2 clicks. (it doesn’t matter if the number is even or odd, nor if the quantity is incremented or decremented)
Has anyone seen the same behaviour?
Cheers
Chiara
I am trying to add product quantity but it’s not working.how can I fix it.https://encodletechnologies.com/khanakhazana/product/tomato-soup/
this is my website product page where I want to a increase product quantity by using plus or minus option but its not woking.
Woocommerce 3.2x introduces a “Quantity” text label next to the quantity box, which interferes with this plugin. This should be hidden by the plugin when it is activated
]]>The + and – buttons don’t disappear when “Sold individually” is checked for a product. Any chance of a fix?
Cheers
]]>Hi. With The Eventsc Calendar and Event Tickets installed, and then WooCommerce Quantity Increment installed, the +/- buttons do not alter the amount of desired tickets at all.
]]>How can I display quantity increment in related products?. Thanks for support ??
]]>If the quantity is hidden, for example when the product is sold individually the script will create the buttons in any case.
May I suggest to add an extra selector for wcqi_refresh_quantity_increments?
I added div.quantity:not(.buttons_added,.hidden)
.
function wcqi_refresh_quantity_increments(){
$( 'div.quantity:not(.buttons_added,.hidden), td.quantity:not(.buttons_added)' ).addClass( 'buttons_added' ).append( '<input type="button" value="+" class="plus" />' ).prepend( '<input type="button" value="-" class="minus" />' );
}
Regards
]]>Hi,
Is this plugin Compatible with WooCommerce 3.0.1?
I am using it on my site and want to make sure it works before I upgrade WooCommerce.
Thanks.
]]>Is this plugin going to be updated for the latest versions of WordPress? Or is there an alternate plugin available?
]]>Hello,
I am looking for website that has this installed so I can play around with. Does anyone mind giving me an example?
Cheers
]]>Hi,
We request a improvement for this plugin,
Currently, the button wasn’t loaded in the “woocommerce quick view by wootheme” window.
Please help us to solve this issue at your convenience.
Best Regards,
]]>Plugin not working with latest Divi and WooCommerce, anybody have same issue ?
]]>We’ve got WooCommerce Quantity Increment installed.
It works perfectly on our Cart pages
https://diprimabeauty.com/shop/cart/
But FAILS on our Wholesale Ordering page (we simply have the hidden up/down arrows)
https://diprimabeauty.com/wholesale-ordering/
Anyone see something I’m not? Any recommendations for fixes?
GRATEFUL for help!
]]>Hi,
when i click on the Plus and Minus buttons, nothing happens. I then look at the errors and see:
Uncaught TypeError: f.getDecimals is not a function(anonymous function) @ wc-quantity-increment.min.js?ver=4.5.3:1dispatch @ jquery.js?ver=1.12.4:3r.handle @ jquery.js?ver=1.12.4:3
Hope you can assist.
thanks!
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>In my shop page + and – sign are not displayed.But it displayed on cart and product detail page.How can I please fix it.Please give any idea?
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>Hi
I use Woocommerce Quantity Increment plugin it’s work fine for simple product but not work for variable product. can you give me any idea to solve this problem.
Thank you,
Urgent
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>Can someone help me to fix that,
when the + buttoms is pressed it increments 2 instead on 1
can some one help me to make increment 1 every time customer press the + buttom
thank you !!
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>Hi guys, I am trying to speed up my site to the maximum. Using Pingdom Website Speed Test, it tells me that this file (assets/js/wc-quantity-increment.min.js?ver=4.5.2) loads on everypage of my site. But we only need it on cart page. Is it possible to make plugin load only on cart page?
Thanks
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>Hi,
Thank you for the good plugin.
I have one technical question.
My Add to cart is working with ajax so when am adding new item to cart the quantity plus and minus were being disappeared.
I have tried to add the button in woocommerce/templates/global/quantity-input.php and after cart update they remained but the +/- wasn’t working.
When am refreshing the page they get back.
Any idea please?
Thanks in advance.
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>hi i am using a custom theme for woocommerce in the quntity field neither the default up and down arrows shows up nor the +/- quantity selectors. then i installed the plugin “woocommerce quantity increment” still there is no effect on the quantity field neither on single-content-product.php nor the cart.php. please help!
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>Hi all,
Afer installed this plugin my increasing button appered but it is overlaped with the minus button,
i added to the functions.php
add_action( ‘wp_enqueue_scripts’, ‘wcs_dequeue_quantity’ );
function wcs_dequeue_quantity() {
wp_dequeue_style( ‘wcqi-css’ );
}
did not work for me,
can you tell me what i am doing wrong?
https://strollegant.com/shop/accent-2/
thank you in advance
v/r
https://www.ads-software.com/plugins/woocommerce-quantity-increment/
]]>