// small fix
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