From 5a3a7d238cd0129aea592e6f3f6cbfc16b6f3151 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Tue, 21 Aug 2012 09:19:48 +0000 Subject: [PATCH] [-] FO : fixed #PSCFV-3675 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16927 b9a71923-0436-4b27-9f14-aed3839534dd --- 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