[*] BO: Improve BackOffice order

This commit is contained in:
rGaillard
2012-01-23 19:42:00 +00:00
parent da29678f80
commit 715fbd2c88
2 changed files with 7 additions and 7 deletions
+1
View File
@@ -884,6 +884,7 @@ class FrontControllerCore extends Controller
$this->context->cookie->is_guest = $customer->isGuest();
$this->context->cookie->passwd = $customer->passwd;
$this->context->cookie->email = $customer->email;
$this->context->cookie->checkedTOS = true;
return $id_cart;
}
}