View Single Post
  #10  
Old 03-27-2008, 05:35 PM
 
FOFFI.COM FOFFI.COM is offline
 

Member
  
Join Date: Sep 2007
Posts: 13
 

Default Re: How to Remove "Gross total"

Quote:
Originally Posted by balinor
The template you want is main/orders_list.tpl, remove these two lines:

<tr>
<td colspan="{$colspan}" align="right">{$lng.lbl_gross_total}: <b>{include file="currency.tpl" value=$total}</b></td>
</tr>

<tr>
<td colspan="{$colspan}" align="right">{$lng.lbl_total_paid}: <b>{include file="currency.tpl" value=$total_paid}</b></td>
</tr>

How about "register.php?mode=update" that I have on same page (on top)... that code located in diferent temlate is it? I just need to remove (>) symbol....

Thanks!
__________________
4.1.9
Reply With Quote