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');} });