From 71dcca669551d510ea9f1cfb987b53618c1ba67e Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 20 Oct 2011 12:20:55 +0000 Subject: [PATCH] [-] On the phoduct page , some space are missing: "You must add4as a minimum quantity to buy this product." git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9497 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/prestashop/product.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prestashop/product.tpl b/themes/prestashop/product.tpl index 4c23abbfd..345ff3c45 100644 --- a/themes/prestashop/product.tpl +++ b/themes/prestashop/product.tpl @@ -348,7 +348,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus

minimal_quantity <= 1 OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none"{/if}> - {l s='You must add '}{$product->minimal_quantity}{l s=' as a minimum quantity to buy this product.'} + {l s='You must add'} {$product->minimal_quantity} {l s='as a minimum quantity to buy this product.'}

{if $product->minimal_quantity > 1}