[-] 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
This commit is contained in:
mDeflotte
2012-07-26 12:52:02 +00:00
parent bca8b9d275
commit 0a30c492fd

View File

@@ -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)
{