View Single Post
  #8  
Old 03-27-2008, 05:18 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How to Remove "Gross total"

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>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote