hello there,
i am testing the Smart Wuaintity Pluign from https://woo.com/de/products/smart-product-quantity/#.
Unfortuanilty it Enfold break the plus and minus input buttons.
Is there a solutionfor this?
bis dann, marco.
Hey netztaucher,
Thank you for the inquiry.
You may need to edit the enfold/config-woocommerce/woocommerce-mod.js file and remove this code around line 131 to disable the custom quantity buttons:
avia_apply_quant_btn();
//if the cart gets updated via ajax (woocommerce 2.6 and higher) we need to re apply the +/- buttons
$( document ).on( 'updated_cart_totals', avia_apply_quant_btn );
Make sure to temporarily disable the Enfold > Performance > File Compression settings after doing the modification.
Best regards,
Ismael
hi ismael,
thank you. removed the line, added a plugin for +/i works.
bis dann, marco.