Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    help question Remove Tax From Invoice?

    Hi,

    I need to know how I can remove the Tax field from invoices (not tax registered yet - so I don't charge/show tax on any products). At the moment the invoices are showing 'Tax 0%' - ideally I would like to remove this completely BUT be able to add it in the future if/when I do register for tax.

    Is this achievable via an admin setting somewhere? Or would I have to actually remove it from admin/invoice.php and then add it at a future date if required?

    Thanks

  2. #2
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    I changed Admin > Configuration > My Store > Display Prices with Tax in Admin to false but Tax 0% is still showing on the invoice I though that was going to do it but apparently not...

  3. #3
    Join Date
    Jul 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    I'm wondering the same thing.
    If someone can help us please

  4. #4
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    Has anyone found a solution to this?

  5. #5
    Join Date
    Oct 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    I am keen to know how to go about removing tax off all items too. Before my site crashed and I had to start again I had this set up in fine working order. Is this possible to get it set up that way again, I've tried everything?
    Thanks

  6. #6
    Join Date
    Nov 2010
    Posts
    117
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    Hands up for me to.......I am also trying to figure out if I can remove the taxes from my invoice.

    I have no taxes , taxes classes deleted...and all taxes in admin and configuration are off (at least all the ones I found), but my invoice still shows 0%

    Anyone??

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Remove Tax From Invoice?

    You can find this in admin/invoice.php and remove the red parts:

    <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
    <tr class="dataTableHeadingRow">
    <td class="dataTableHeadingContent" colspan="2"><?php echo TABLE_HEADING_PRODUCTS; ?></td>
    <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_PRODUCTS_MODEL; ?></td>
    <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TAX; ?></td>
    <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_PRICE_EXCLUDING_TAX; ?></td>
    <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>
    <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_INCLUDING_TAX; ?></td>
    </tr>


    and here:

    echo ' </td>' . "\n" .
    ' <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] . '</td>' . "\n";
    echo ' <td class="dataTableContent" align="right" valign="top">' . zen_display_tax_value($order->products[$i]['tax']) . '%</td>' . "\n" . ' <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 />' .



    Remember admin files aren't overridable.

  8. #8
    Join Date
    Nov 2010
    Posts
    117
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    Quote Originally Posted by stevesh View Post

    Remember admin files aren't overridable.


    Wauwwww thanks :)

    But what do you mean that admin files are not overidable?

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Remove Tax From Invoice?

    I mean that admin files can't be placed in folders with your custom template name, as can many store files, so when you upgrade, that file may be overwritten. Just save a copy somewhere and remember that you edited it.

  10. #10
    Join Date
    Nov 2010
    Posts
    117
    Plugin Contributions
    0

    Default Re: Remove Tax From Invoice?

    Gotchya.........thanks :)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Remove Detailed Invoice Link from Email
    By pinksparklegirl in forum General Questions
    Replies: 11
    Last Post: 4 Nov 2011, 07:34 PM
  2. Removing Total (excluding tax) from invoice
    By ivanc in forum Managing Customers and Orders
    Replies: 1
    Last Post: 16 Apr 2009, 08:29 PM
  3. How to remove comments box from invoice?
    By rayleighstamps in forum Managing Customers and Orders
    Replies: 1
    Last Post: 14 Nov 2008, 11:46 PM
  4. Remove total colums from invoice.php
    By redmonds in forum General Questions
    Replies: 2
    Last Post: 30 Jan 2008, 09:42 AM
  5. Remove Company from Email and Invoice
    By godspeed27 in forum Managing Customers and Orders
    Replies: 7
    Last Post: 28 May 2007, 12:30 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR