[-] FO : fixed bug #PSCFV-5563 - address can't be changed when making an order as a guest

This commit is contained in:
vAugagneur
2012-11-29 18:35:05 +01:00
parent c8d63a7819
commit 24d2e87e8e
2 changed files with 4 additions and 9 deletions
+3 -1
View File
@@ -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');
*/
}
/**