View Single Post
  #5  
Old 11-11-2008, 11:57 AM
  CobaltCat's Avatar 
CobaltCat CobaltCat is offline
 

Senior Member
  
Join Date: Jul 2003
Location: Southern Orygun
Posts: 153
 

Default Re: add market price to order_data.tpl

I think I did. I tried:

Code:
<td align="right">{include file="currency.tpl" value=$product.display_price}&nbsp;&nbsp;<br /> {if $products[product].list_price gt 0 and $products[product].taxed_price lt $products[product].list_price} {math equation="100-(price/lprice)*100" price=$products[product].taxed_price lprice=$products[product].list_price format="%3.0f" assign=discount} {if $discount gt 0} <font class="MarketPrice">{$lng.lbl_market_price}: <s> {include file="currency.tpl" value=$products[product].list_price} </s></font><br /> {/if} {/if} {if $active_modules.Special_Offers ne "" and $products[product].use_special_price ne ""} <s> {/if} </td>


But nothing changed. Am I not grabbing enough of the code?
__________________
Thanks -
CobaltCat

I would love to change the world, but they won't give me the source code.
Reply With Quote