jQuery(function($){ $(document.body).on('added_to_cart removed_from_cart', function(){ $.ajax({ type: 'POST', url: wc_cart_fragments_params.ajax_url, data: { action: 'silene_get_cart_count' }, success: function(response){ $('.cart-count-bubble').text(response); } }); }); });
Skip to content