disable add to cart button woocommerce with javascript code example
Example: jquery woocommerce disable add to cart css
$('.single_add_to_cart_button, button.product_type_simple').prop('disabled', false);
$('.single_add_to_cart_button, button.product_type_simple').prop('disabled', false);