JWait -
Thanks for the info. I added
Code:
{if $discount gt 0}
<font class="MarketPrice">{$lng.lbl_market_price}: <s>
{include file="currency.tpl" value=$products[product].list_price}
</s> </font>
{/if}
to the html/order_data.tpl, so it looks like
Code:
<td align="right">{include file="currency.tpl" value=$product.display_price} <br />
{if $discount gt 0}
<font class="MarketPrice">{$lng.lbl_market_price}: <s>
{include file="currency.tpl" value=$products[product].list_price}
</s> </font>
{/if}
</td>
but it doesn't show anything on an invoice. I did clear the templates cache on the server.
Any ideas?