diff --git a/controllers/front/OrderOpcController.php b/controllers/front/OrderOpcController.php index b9551506e..6a46736ed 100644 --- a/controllers/front/OrderOpcController.php +++ b/controllers/front/OrderOpcController.php @@ -444,7 +444,7 @@ class OrderOpcControllerCore extends ParentOrderController else return '
'.Tools::displayError('Error: There are no carriers available that deliver to this address').'
'; } - if (!$this->context->cart->getDeliveryOption(null, true) && !$this->context->cart->isVirtualCart()) + if (!$this->context->cart->getDeliveryOption(null, false) && !$this->context->cart->isVirtualCart()) return ''.Tools::displayError('Error: please choose a carrier').'
'; if (!$this->context->cart->id_currency) return ''.Tools::displayError('Error: no currency has been selected').'
';