diff --git a/modules/blockcart/ajax-cart.js b/modules/blockcart/ajax-cart.js index 14c60d57a..2abe553a7 100644 --- a/modules/blockcart/ajax-cart.js +++ b/modules/blockcart/ajax-cart.js @@ -523,9 +523,6 @@ var ajaxCart = { var done = 0; customizationId = parseInt(this.customizationId); productAttributeId = typeof(product.idCombination) == 'undefined' ? 0 : parseInt(product.idCombination); - // If the customization is already displayed on the cart, no update's needed - if ($("#deleteCustomizableProduct_" + customizationId + "_" + productId + "_" + productAttributeId).length) - return (''); content += '
  • ' + parseInt(this.quantity) + 'x'; // Give to the customized product the first textfield value as name