[-] FO : fixed bug when is virtual cart on OPC carriers is no longer displayed

This commit is contained in:
Vincent Augagneur
2013-08-27 18:13:22 +02:00
parent 30a914b148
commit 901c08cac8
+3 -1
View File
@@ -554,7 +554,9 @@ class OrderOpcControllerCore extends ParentOrderController
$free_shipping = true;
break;
}
}
}
$this->context->smarty->assign('isVirtualCart', $this->context->cart->isVirtualCart());
$vars = array(
'free_shipping' => $free_shipping,