[-] FO : #PSCFV-3100 - With OPC shpping cost are not refreshed correctly

This commit is contained in:
mDeflotte
2012-07-09 08:07:46 +00:00
parent ec0caf522d
commit 6a849e1adf
+1 -1
View File
@@ -2310,7 +2310,7 @@ class CartCore extends ObjectModel
public function getTotalShippingCost($delivery_option = null, $use_tax = true, Country $default_country = null)
{
if (is_null($delivery_option))
$delivery_option = $this->getDeliveryOption($default_country);
$delivery_option = $this->getDeliveryOption($default_country, false, false);
$total_shipping = 0;
$delivery_option_list = $this->getDeliveryOptionList();