The same problem on all of my sites, unfortunately.
Can confirm as well. Looking into a solution.
Found a temporary solution until the developers fix the issue.
Add this code in your theme’s functions.php file:
function dmc_wc_smntcswcb_quantity_fix_before() {
echo '<div class="product-quantity">';
}
function dmc_wc_smntcswcb_quantity_fix_after() {
echo '</div>';
}
add_action( 'woocommerce_before_add_to_cart_quantity', 'dmc_wc_smntcswcb_quantity_fix_before' );
add_action( 'woocommerce_after_add_to_cart_quantity', 'dmc_wc_smntcswcb_quantity_fix_after' );
Keep in mind that if you will update your theme version, then this code will be automatically removed. You can safely add it again.
Let me know if this fixes the issue for you guys and feel free to contact me in case you need some help.
Dan
Web Developer
Hi Dan,
Thank you so much for this workaround, I can confirm it is working for me.
Regards, Noel.
Hello @cebcreative, @ptm282192, @design-locker & @danmillercoding π
I just release version 1.24 and the buttons should now work as expected on all pages.
Hello,
It stopped working for me Today… Any solution to this?
Hello @gromojar π
If the plugin worked yesterday and stopped today, you might be facing a plugin conflict as the last update of the plugin took place two weeks ago. Do you recall if you have installed or updated any plugins today, which might have caused that problem?