From 1b7b70771f451e6e5fefdebe7d3ad12fbee13336 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Tue, 21 Aug 2012 09:19:48 +0000 Subject: [PATCH] [-] FO : fixed #PSCFV-3675 --- modules/blockcart/ajax-cart.js | 3 --- 1 file changed, 3 deletions(-) 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