Do you know of any plugins that allow you to set quantity step increments? e.g. 5, 10, 15, 20, 25, etc. instead of just 1, 2 3… when you choose the quantity to add to cart?
Right now I’m using this one but it doesn’t work properly with Quick View – the quantity always starts at 1 instead of the first step increment.
https://wordpress.org/plugins/quantities-and-units-for-woocommerce/
I also found this one but the +/- doesn’t work at all on quick view and conflicts with the themes own -/+ picker: https://codecanyon.net/item/woocommerce-advanced-quantity/11861326/
Using this and clicking the +/- triggers the following console error:
functions.js?ver=4.9.2:4702
Uncaught TypeError: step.getDecimals is not a function
at HTMLInputElement.<anonymous> (functions.js?ver=4.9.2:4702)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4:3)