i am facing the same issue, but the solution provided doesnt work for me ,
this is how it looks for me despite adding comment it still doesnt work
if (json['success']) { //$('#alert').prepend(' ' + json['success'] + ' ');
$('#header-cart').load('index.php?route=common/cart.info');
}
},