From 785232d450ffdd7c77aafcd62a552ca2b578a571 Mon Sep 17 00:00:00 2001 From: aNiassy Date: Wed, 13 Jun 2012 08:16:18 +0000 Subject: [PATCH] [-] FO : Added a simple space in order to be more readable git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16003 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/OrderOpcController.php | 1 + 1 file changed, 1 insertion(+) 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.').'

';