[-] FO : isVirtualCart was forced to false

This commit is contained in:
gRoussac
2013-10-07 12:02:47 +02:00
parent e3db5570d0
commit d125ca0a36
3 changed files with 3 additions and 8 deletions
@@ -56,8 +56,6 @@ class ParentOrderControllerCore extends FrontController
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
$this->nbProducts = $this->context->cart->nbProducts();
global $isVirtualCart;
if (!$this->context->customer->isLogged(true) && $this->context->getMobileDevice() && Tools::getValue('step'))
Tools::redirect($this->context->link->getPageLink('authentication', true, (int)$this->context->language->id, $params));