// Improving adding address with order-opc

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13256 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-13 14:15:23 +00:00
parent f8750bfafe
commit 68b4b1c6bc
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -2470,7 +2470,7 @@ class CartCore extends ObjectModel
'total_price' => $this->getOrderTotal(),
'total_tax' => $total_tax,
'total_price_without_tax' => $this->getOrderTotal(false),
'is_multi_address_delivery' => $this->isMultiAddressDelivery(),
'is_multi_address_delivery' => $this->isMultiAddressDelivery() || ((int)Tools::getValue('multi-shipping') == 1),
'free_ship' => 0,
'carrier' => new Carrier($this->id_carrier, $id_lang),
);