Tax display problem

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
02 Jul 2007, 09:39
#1
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Posts:
198
Plugin Contributions:
0

Tax display problem

Tax is being calculated and the amount displayed in the order total but the word 'Tax:' is not being displayed. So it's not obvious to the customer what this charge is for. Can you tell me where I've gone wrong?
I have checked all the language files and it all looks OK.
05 Aug 2007, 23:18
#2
ronnyo avatar

ronnyo

New Zenner

Join Date:
Dec 2005
Posts:
17
Plugin Contributions:
0

Re: Tax display problem

I have the same problem, have looked in all files I can think of containing the word tax, but can not find the problem.
05 Aug 2007, 23:51
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Tax display problem

Look in the Zone Definition Tax Rate and be sure that you have filled in the description ...
08 Aug 2007, 11:38
#4
michaelchankh avatar

michaelchankh

New Zenner

Join Date:
Nov 2005
Posts:
12
Plugin Contributions:
0

Re: Tax display problem

Hi there,

I also have the same problem that my tax is not calculated even I have all the information setup under "Location/taxes". I even refer back to the book "e-Start your web store with Zen Cart

Please help, i am out of ideal what gone wrong.

Please, please

Thank you
Mike
09 Aug 2007, 06:16
#5
canopy avatar

canopy

Totally Zenned

Join Date:
Oct 2006
Posts:
625
Plugin Contributions:
0

Re: Tax display problem

Hi michaelchankh,

Further to what Ajeh mentioned.

I assume you want tax calculation to be shown at the Order Confirmation screen when a customer checks out. If that is the case, you can try these steps to narrow down the problem.

First make sure your product has a non-empty Tax Class field when you created the product.

Next, go to Configuration > My Store and set Display Prices with Tax to true and Sales Tax Display Status to 1.

Finally, at the Configuration > My Store screen, check that the Basis of Product Tax and Basis of Shipping Tax will trigger tax calculation for the customer according to your preferences.
20 Aug 2007, 14:40
#6
alho avatar

alho

New Zenner

Join Date:
Oct 2006
Posts:
12
Plugin Contributions:
0

Re: Tax display problem

Hi

I was having the same problem but thought that it was related to the
'VAT-mod for european companies', apparently not.

Anyway Ajeh's solution seems to do the trick

But...

What about a multilingual shop??

I figured it was to take it's value from the file:
"includes\languages\english\modules\order_total\ot_tax.php"

define('MODULE_ORDER_TOTAL_TAX_TITLE', 'Tax');
11 Sep 2007, 22:55
#7
taliesin avatar

taliesin

New Zenner

Join Date:
Sep 2007
Posts:
13
Plugin Contributions:
0

Re: Tax display problem

Making sure the description was not left blank fixed the problem for me! :)