From bd13b988b12ebb5ff308137d8545bfc535a85f4c Mon Sep 17 00:00:00 2001
From: lLefevre
Date: Mon, 19 Dec 2011 17:04:20 +0000
Subject: [PATCH] [-] FO : #PSTEST-54 : price pack
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11384 b9a71923-0436-4b27-9f14-aed3839534dd
---
themes/default/product.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}