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}