X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to Remove "Gross total" (https://forum.x-cart.com/showthread.php?t=38651)

FOFFI.COM 03-27-2008 03:36 PM

How to Remove "Gross total"
 
Hey Guys!
Need some help here....

How to remove "Gross total" and "Totally paid" from "Orders mamagment" on the clients side?....

Thanks for your time!

balinor 03-27-2008 04:46 PM

Re: How to Remove "Gross total"
 
Version? Please add it to your signature per the forum guidelines. Thanks! :)

FOFFI.COM 03-27-2008 04:59 PM

Re: How to Remove "Gross total"
 
Quote:

Originally Posted by balinor
Version? Please add it to your signature per the forum guidelines. Thanks! :)



4.1.9

balinor 03-27-2008 05:04 PM

Re: How to Remove "Gross total"
 
Quote:

4.1.9

No need to be a smart ass, I was just asking you to follow a simple forum guideline.

FOFFI.COM 03-27-2008 05:06 PM

Re: How to Remove "Gross total"
 
Quote:

Originally Posted by balinor
No need to be a smart ass, I was just asking you to follow a simple forum guideline.


Ohh.. we got some atitude? Hah?

balinor 03-27-2008 05:11 PM

Re: How to Remove "Gross total"
 
Look, I'm just trying to do my job as moderator...I asked you to update your signature, that is all you needed to do...the +7 font size came across as a rather smart-alek reply. If I interpreted it incorrectly, I apologize, but it certainly seemed to be meant that way.

FOFFI.COM 03-27-2008 05:16 PM

Re: How to Remove "Gross total"
 
Quote:

Originally Posted by balinor
Look, I'm just trying to do my job as moderator...I asked you to update your signature, that is all you needed to do...the +7 font size came across as a rather smart-alek reply. If I interpreted it incorrectly, I apologize, but it certainly seemed to be meant that way.


No problem and sorry about that too... How is wether in Guilford? Do you have anything to say about "Gross Total" you seem to be a very knowledgeable guy on xcart products?....

balinor 03-27-2008 05:18 PM

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>

FOFFI.COM 03-27-2008 05:23 PM

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!

FOFFI.COM 03-27-2008 05:35 PM

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!

balinor 03-28-2008 04:56 AM

Re: How to Remove "Gross total"
 
Use Webmaster Mode to determine which template is which, and then you can easily edit it via the 'Edit Templates' area.

slim@neuromedica.com 09-26-2008 09:42 AM

Re: How to Remove "Gross total"
 
I have an opposite question, how do I add entire total of sales that would include the very first order to the newest order.

So I would like to see:

Gross Total (for the current page)
Total Paid (for the current page)
All Total Paid (from all sales)

Thanks.


All times are GMT -8. The time now is 12:23 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.