diff --git a/themes/default/product.tpl b/themes/default/product.tpl index 3aac9c175..f99b8bd1e 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -414,7 +414,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus

{/if} - {if $packItems|@count} + {if $packItems|@count && $productPrice < $product->getNoPackPrice()}

{l s='instead of'} {convertPrice price=$product->getNoPackPrice()}


{/if}