nielslange / smntcs-quantity-buttons-for-woocommerce

Display quantity buttons on WooCommerce product page.
https://wordpress.org/plugins/smntcs-woocommerce-quantity-buttons/
GNU General Public License v2.0
8 stars 4 forks source link

not working in product page but work in basket!! #69

Closed icepunk closed 3 years ago

icepunk commented 3 years ago

not working in product page ( here ) but work in basket!! its was working fine before.

icepunk commented 3 years ago

i changed this line: [ plugin > button-handler.js ] var quantities = document.querySelectorAll( '.product-quantity > .quantity ');

to

var quantities = document.querySelectorAll( ' .quantity ');

and its work.

nielslange commented 3 years ago

Closing in benefit of https://github.com/nielslange/smntcs-quantity-buttons-for-woocommerce/issues/67.