Welcome

jQuery(function($) { $(document.body).on('added_to_cart', function() { $(".cart-count").load(location.href + " .cart-count"); }); });