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!