Answers for "woocommerce disable add to cart across the whole site"

CSS
0

jquery woocommerce disable add to cart css

$('.single_add_to_cart_button, button.product_type_simple').prop('disabled', false);
Posted by: Guest on September-03-2020

Code answers related to "woocommerce disable add to cart across the whole site"

Browse Popular Code Answers by Language