From 562c49163e60522fd1d41cebd41dd59955b66aab Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 29 Nov 2012 09:07:02 +0100 Subject: [PATCH] //small fix in controllers/front/OrderController.php thanks to @Butterback --- controllers/front/OrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/OrderController.php b/controllers/front/OrderController.php index 0fe3e89ff..96e38c5fb 100644 --- a/controllers/front/OrderController.php +++ b/controllers/front/OrderController.php @@ -58,7 +58,7 @@ class OrderControllerCore extends ParentOrderController { $this->step = 0; $this->errors[] = sprintf( - Tools::displayError('A minimum purchase total of %d is required in order to validate your order.'), + Tools::displayError('A minimum purchase total of %s is required in order to validate your order.'), Tools::displayPrice($minimal_purchase, $currency) ); }