From 0a30c492fdfbb91b24feccf224dc4e7046ffddcc Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 26 Jul 2012 12:52:02 +0000 Subject: [PATCH] [-] FO : #PSCFV-3356 - Update delivery price on selecting a free shipping option git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16581 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/js/cart-summary.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/js/cart-summary.js b/themes/default/js/cart-summary.js index 044ce3bf3..9651a5b77 100644 --- a/themes/default/js/cart-summary.js +++ b/themes/default/js/cart-summary.js @@ -696,6 +696,10 @@ function updateCartSummary(json) $('#total_shipping').html(formatCurrency(json.total_shipping, currencyFormat, currencySign, currencyBlank)); } } + else + { + $('#total_shipping').html(freeShippingTranslation); + } if (json.free_ship > 0 && !json.is_virtual_cart) {