//small fix in controllers/front/OrderController.php thanks to @Butterback

This commit is contained in:
vAugagneur
2012-11-29 09:07:02 +01:00
parent 853515ebf0
commit 30b8f81e36
+1 -1
View File
@@ -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)
);
}