$form.on( 'click', '.single_add_to_cart_button', { variationForm: this }, this.onAddToCart );
<form class="cart" method="post" enctype="multipart/form-data">
<button type="submit" name="add-to-cart" value="28" class="single_add_to_cart_button button alt">Купить</button>
</form>
<a rel="nofollow" href="/product/opryskivatel-pnevmaticheskij-bizon/?add-to-cart=26" data-quantity="1" data-product_id="26" data-product_sku="" class="button product_type_simple add_to_cart_button ajax_add_to_cart" tabindex="0">Купить</a>
<?php echo wp_kses_data( WC()->cart->get_cart_contents_count() );?>
function click_update_cart_btn(upd_cart_btn) {
jQuery(".cart_item").parents('form').find('[name="update_cart"]');
upd_cart_btn.trigger('click');
}
jQuery(document).ready(function($) {
var update_cart;
jQuery('body').delegate(".cart_item .qty").on("change", function(){
if(update_cart != null){
clearTimeout(update_cart);
}
update_cart = setTimeout(click_update_cart_btn, 1000);
});
});
Notice: Функция The wc_add_to_cart_message filter с версии 3.0 считается устаревшей! Используйте wc_add_to_cart_message_html. in /home/user2032598/www/bizonshop.by/wp-includes/functions.php on line 3830
вот только не очень понятно, можно ли использовать этот фильтр вообще или найти альтернативу, потому что замена на такой параметр wc_add_to_cart_message_html результата не приносит