
03-27-2008, 05:23 PM
|
|
|
|
 Member
|
|
Join Date: Sep 2007
Posts: 13
|
|
|
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>
|
Thank you!
__________________
4.1.9
|
|