From 45a22cf98e80851a100a28d569bc4d7bcae3ec91 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 3 Feb 2012 10:42:05 +0000 Subject: [PATCH] [-] 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 --- modules/blockcart/ajax-cart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockcart/ajax-cart.js b/modules/blockcart/ajax-cart.js index 2f93e8699..5430737e5 100644 --- a/modules/blockcart/ajax-cart.js +++ b/modules/blockcart/ajax-cart.js @@ -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');} });