[-] 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:
@@ -696,6 +696,10 @@ function updateCartSummary(json)
|
|||||||
$('#total_shipping').html(formatCurrency(json.total_shipping, currencyFormat, currencySign, currencyBlank));
|
$('#total_shipping').html(formatCurrency(json.total_shipping, currencyFormat, currencySign, currencyBlank));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$('#total_shipping').html(freeShippingTranslation);
|
||||||
|
}
|
||||||
|
|
||||||
if (json.free_ship > 0 && !json.is_virtual_cart)
|
if (json.free_ship > 0 && !json.is_virtual_cart)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user