[-] FO : fixed bug #PSCFV-5563 - address can't be changed when making an order as a guest
This commit is contained in:
@@ -327,8 +327,10 @@ class OrderControllerCore extends ParentOrderController
|
||||
$this->context->cart->autosetProductAddress();
|
||||
|
||||
$this->context->smarty->assign('cart', $this->context->cart);
|
||||
if ($this->context->customer->is_guest)
|
||||
/*
|
||||
if ($this->context->customer->is_guest)
|
||||
Tools::redirect('index.php?controller=order&step=2');
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user