From 69ce0db619a0f40085b94c01fe8a9ebf836ac365 Mon Sep 17 00:00:00 2001 From: pxls Date: Sat, 23 Mar 2013 11:43:15 +0100 Subject: [PATCH] [-] FO : bad variable used for free product text Bad variable used for free product text (set in blcokcart.tpl). --- modules/blockcart/ajax-cart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blockcart/ajax-cart.js b/modules/blockcart/ajax-cart.js index 2eb44e093..445af7245 100644 --- a/modules/blockcart/ajax-cart.js +++ b/modules/blockcart/ajax-cart.js @@ -449,8 +449,8 @@ var ajaxCart = { content += ' '; else content += ''; - if (typeof(freeShippingTranslation) != 'undefined') - content += '' + (parseFloat(this.price_float) > 0 ? this.priceByLine : freeShippingTranslation) + ''; + if (typeof(freeProductTranslation) != 'undefined') + content += '' + (parseFloat(this.price_float) > 0 ? this.priceByLine : freeProductTranslation) + ''; content += ''; if (this.hasAttributes) content += '