[-] FO : fixed bug when is virtual cart on OPC carriers is no longer displayed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user