From 6b750a866e2b5fb1f9e911ceb9b0b4e4d8ac250b 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." --- 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}