[-] 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:
@@ -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');}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user