// small fix

This commit is contained in:
rGaillard
2012-08-31 14:09:48 +00:00
parent e7c331f34d
commit 446f33645e
@@ -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))