Jump to content

removing tax completely


Guest highlystrung666

Recommended Posts

Guest highlystrung666

I'm not VAT registered and therefore need to remove any hint or trace of the word tax, I've set my cart up to include tax in prices but then it says "tax n/a" at checkout stage. can someone please advise me how to remove this.

it also needs to be removed from emails that are sent to customers.

thanks in advance.

Link to comment
Share on other sites

Guest ssppaarree

I'm not VAT registered and therefore need to remove any hint or trace of the word tax, I've set my cart up to include tax in prices but then it says "tax n/a" at checkout stage. can someone please advise me how to remove this.

it also needs to be removed from emails that are sent to customers.

thanks in advance.

Perhaps someone can suggest a better method but I would just edit the file lang.inc.php (.../language/en/lang.inc.php 'en' for English).

Leave blank or change anything in quotes ('' ") relating to taxes i.e., 'total_tax' => "Total Tax:",. As for the amount of taxes, I can't remember if digits or n/a is required in the tax amount or if blank spacing is accepted. However, you could always change the text to something like 'total_tax' =>"Fees:", and it would appear as Fees: n/a or Fees: 0.00

Link to comment
Share on other sites

  • 7 months later...
  • 1 month later...
Guest ohlavache

or you can change it to Handeling (just in case)

Only make sure that you spell it "handling".

Sorry, I'm an ex-teacher and I can't get it out of my system!

Couldn't you just remove all mentions of tax from the related .tpl docs??

Eg.

go to cart.tpl and comment out:

<tr>

<td colspan="7" align="right">{LANG_TAX}</td>

<td width="80" align="right">{VAL_TAX}</td>

</tr> --> <!--> <tr>

<td colspan="7" align="right">{LANG_TAX}</td>

<td width="80" align="right">{VAL_TAX}</td>

</tr>

Link to comment
Share on other sites

  • 6 months later...
Guest sunny77ire

Eg.

go to cart.tpl

Hello,

My first time posting. I've just used this tip and thought I'd make it quicker to find for future seekers :innocent:

The cart.tpl file you need is this one: shop/skins/'YourSkin'/styleTemplates/content/cart.tpl

Thanks for the help xx

Link to comment
Share on other sites

  • 11 months later...
Guest V8SAH

Eg.

go to cart.tpl

Hello,

My first time posting. I've just used this tip and thought I'd make it quicker to find for future seekers :)

The cart.tpl file you need is this one: shop/skins/'YourSkin'/styleTemplates/content/cart.tpl

Thanks for the help xx

Brilliant! This is my first time posting as well and this simply deletion of a couple of lines from the cart.tpl file really works. Thanks a lot.

Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...