// small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17135 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -44,6 +44,7 @@ class OrderConfirmationControllerCore extends FrontController
|
||||
parent::init();
|
||||
|
||||
$this->id_cart = (int)(Tools::getValue('id_cart', 0));
|
||||
$is_guest = false;
|
||||
|
||||
/* check if the cart has been made by a Guest customer, for redirect link */
|
||||
if (Cart::isGuestCartByCartId($this->id_cart))
|
||||
|
||||
Reference in New Issue
Block a user