Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    18
    Plugin Contributions
    0

    Idea or Suggestion Invoice Layout / Wording Changes... please help

    Hi,

    I'm trying to remove and rename some fields from the "invoice".


    I'd like to remove the name and column for Model, Tax, Price (ex) and Total (ex).

    Then rename "Sub-Total:" to "Sub-Total (including GST)"
    and remove the line saying "Sales Tax".


    I've looked in all the files i can find and can't work out how to remove them. Please help.

  2. #2
    Join Date
    Jan 2009
    Posts
    310
    Plugin Contributions
    0

    Default Re: Invoice Layout / Wording Changes... please help

    The file to edit is:

    admin/includes/languages/english/your_template/invoice.php

    I found this file by using the web developer toolkit in the admin of my site.

    Hope this helps in some way...

    Steve
    Steve
    Site Under Construction: adatglobal.com

  3. #3
    Join Date
    Mar 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Invoice Layout / Wording Changes... please help

    Adding to Stiggy100 statement

    You will need also change the Admin/invoice.php for complete Edit of the information,

    You will need to Edit this lines the following located on line 164(this could change)

    <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_PRICE_INCLUDING_TAX; ?></td>
    <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_EXCLUDING_TAX; ?></td>





    Hope this helps
    Last edited by Ralz; 4 Mar 2010 at 10:41 PM. Reason: for more accuracy

  4. #4
    Join Date
    Mar 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Invoice Layout / Wording Changes... please help

    I also forgot to mention that you will need to edit line 186-194

    Code:
    <td class="dataTableContent" align="right" valign="top"><b>' .
    $currencies->format($order->products[$i]['final_price'], true, $order->info['currency'], $order->info['currency_value']) .
    ($order->products[$i]['onetime_charges'] != 0 ? '<br />' . $currencies->format($order->products[$i]['onetime_charges'], true, $order->info['currency'], $order->info['currency_value']) : '') .
    '</b></td>' . "\n" .
    ' <td class="dataTableContent" align="right" valign="top"><b>' .
    $currencies->format(zen_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax']), true, $order->info['currency'], $order->info['currency_value']) .
    ($order->products[$i]['onetime_charges'] != 0 ? '<br />' . $currencies->format(zen_add_tax($order->products[$i]['onetime_charges'], $order->products[$i]['tax']), true, $order->info['currency'], $order->info['currency_value']) : '') .
    '</b></td>' . "\n" .

    upon the successful deletion you will see that only one populates

 

 

Similar Threads

  1. htaccess wording help please.
    By joejoejoe in forum Basic Configuration
    Replies: 2
    Last Post: 2 Nov 2011, 08:38 PM
  2. Please HELP with a few simple Layout Changes.
    By richard_romanov in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Jun 2009, 03:28 PM
  3. My Layout Changes! Why? Help
    By teddyed22 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Dec 2008, 08:43 PM
  4. Layout changes in I.E 7 help
    By ladygodiva in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 26 Jan 2007, 01:14 AM
  5. 2 minor layout changes (help please related)
    By recordshow in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2006, 02:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg