[-] BO : #PSTEST-637 - Removing a product from ajax-cart don't refresh the cart summary

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12966 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-03 10:42:05 +00:00
parent 53cb367de7
commit 45a22cf98e
+1 -1
View File
@@ -257,7 +257,7 @@ var ajaxCart = {
success: function(jsonData) {
ajaxCart.updateCart(jsonData);
if ($('body').attr('id') == 'order' || $('body').attr('id') == 'order-opc')
deletProductFromSummary(idProduct+'_'+idCombination);
deleteProductFromSummary(idProduct+'_'+idCombination+'_'+customizationId+'_'+idAddressDelivery);
},
error: function() {alert('ERROR: unable to delete the product');}
});