[-] FO : #PSTEST-54 : price pack

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11384 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-19 17:04:20 +00:00
parent 1d2f9e44c4
commit bd13b988b1
+1 -1
View File
@@ -414,7 +414,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
</span>
</p>
{/if}
{if $packItems|@count}
{if $packItems|@count && $productPrice < $product->getNoPackPrice()}
<p class="pack_price">{l s='instead of'} <span style="text-decoration: line-through;">{convertPrice price=$product->getNoPackPrice()}</span></p>
<br class="clear" />
{/if}