Authored by jinhu.tung

remove all products and display empty cart

... ... @@ -37,7 +37,7 @@ var Util = {
refreshCart: function(data, callback) {
var template;
if(!data.hasGoods) {
if (!data.hasGoods) {
$('#cart_content').html($('#empty-cart-tpl').html());
return;
}
... ...