diff --git a/controllers/front/OrderOpcController.php b/controllers/front/OrderOpcController.php index b4c2ab471..d6129d2df 100644 --- a/controllers/front/OrderOpcController.php +++ b/controllers/front/OrderOpcController.php @@ -428,6 +428,7 @@ class OrderOpcControllerCore extends ParentOrderController return '
'.Tools::displayError('Error: no currency has been selected').'
'; if (!$this->context->cookie->checkedTOS && Configuration::get('PS_CONDITIONS')) return ''.Tools::displayError('Please accept the Terms of Service').'
'; + /* If some products have disappear */ if (!$this->context->cart->checkQuantities()) return ''.Tools::displayError('An item in your cart is no longer available, you cannot proceed with your order.').'
';