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 += '