// Improve performance and bug fixes

This commit is contained in:
rGaillard
2012-06-06 16:22:48 +00:00
parent e636665621
commit 99b22fbbb8
32 changed files with 97 additions and 66 deletions
+1 -1
View File
@@ -2190,7 +2190,7 @@ class CartCore extends ObjectModel
// The delivery option was selected
if (isset($this->delivery_option) && $this->delivery_option != '')
{
$delivery_option = unserialize($this->delivery_option);
$delivery_option = Tools::unSerialize($this->delivery_option);
$validated = true;
foreach ($delivery_option as $id_address => $key)
if (!isset($delivery_option_list[$id_address][$key]))