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
|