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

This commit is contained in:
lLefevre
2011-12-19 17:04:20 +00:00
parent 63e7c275f1
commit 43dfab65c8
+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}