diff --git a/themes/default/js/cart-summary.js b/themes/default/js/cart-summary.js index 891310259..044ce3bf3 100644 --- a/themes/default/js/cart-summary.js +++ b/themes/default/js/cart-summary.js @@ -509,7 +509,7 @@ function downQuantity(id, qty) updateHookShoppingCartExtra(jsonData.HOOK_SHOPPING_CART_EXTRA); if (newVal == 0) - $('#product_'+id').hide(); + $('#product_'+id).hide(); if (typeof(getCarrierListAndUpdate) != 'undefined') getCarrierListAndUpdate();