From 58fe982f34da18fc47f2467229c85948f2d0e05c Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 11 Dec 2012 17:53:58 +0100 Subject: [PATCH] [-] FO : fixed bug #PSCFV-6057 - In step 4 by pressing terms and conditions, do not load css in Internet Explorer 8 --- modules/blockcart/ajax-cart.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/blockcart/ajax-cart.js b/modules/blockcart/ajax-cart.js index 64f9916b1..a9f083301 100644 --- a/modules/blockcart/ajax-cart.js +++ b/modules/blockcart/ajax-cart.js @@ -445,8 +445,8 @@ var ajaxCart = { content += ' '; else content += ''; - - content += '' + (parseFloat(this.price_float) > 0 ? this.priceByLine : freeProductTranslation) + ''; + if (typeof(freeShippingTranslation) != 'undefined') + content += '' + (parseFloat(this.price_float) > 0 ? this.priceByLine : freeProductTranslation) + ''; content += ''; if (this.hasAttributes) content += '