//remove comment

This commit is contained in:
vAugagneur
2012-11-29 18:36:18 +01:00
parent 035d7b7421
commit 6f33a9dd54
+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');
*/
}
/**