//remove comment

This commit is contained in:
vAugagneur
2012-11-29 18:36:18 +01:00
parent 24d2e87e8e
commit 639590c535
+1 -4
View File
@@ -327,10 +327,7 @@ class OrderControllerCore extends ParentOrderController
$this->context->cart->autosetProductAddress();
$this->context->smarty->assign('cart', $this->context->cart);
/*
if ($this->context->customer->is_guest)
Tools::redirect('index.php?controller=order&step=2');
*/
}
/**