Woocommerce Taxes doesn't show in cart
up vote
1
down vote
favorite
In woocommerce I've set a country code specific tax. This seems to work, but the problem is that it doesn't show at the Cart Totals in the Cart. VAT stays at €0,00 but when clicked on Proceed to Checkout, it does show the correct VAT.
The prices are set exclusive of tax. The tax rates are only based on the country code.
What could be the problem?
I am using version version 2.1.7
These are my settings:
- Enable Taxes: yes
- Prices Entered With Tax: No, I will enter prices exclusive of tax
- Calculate Tax Based On: customer billing address
- Default customer address: no address
- Shipping tax class: shipping tax class based on cart items
- Rounding: off
- Additional Tax Classes: Reduced Rate, Zero Rate
- Display prices in the shop: excluding tax
- Price display suffix: empty
- Display prices during cart/checkout: excluding tax
- Display tax totals: as a single total
woocommerce cart
add a comment |
up vote
1
down vote
favorite
In woocommerce I've set a country code specific tax. This seems to work, but the problem is that it doesn't show at the Cart Totals in the Cart. VAT stays at €0,00 but when clicked on Proceed to Checkout, it does show the correct VAT.
The prices are set exclusive of tax. The tax rates are only based on the country code.
What could be the problem?
I am using version version 2.1.7
These are my settings:
- Enable Taxes: yes
- Prices Entered With Tax: No, I will enter prices exclusive of tax
- Calculate Tax Based On: customer billing address
- Default customer address: no address
- Shipping tax class: shipping tax class based on cart items
- Rounding: off
- Additional Tax Classes: Reduced Rate, Zero Rate
- Display prices in the shop: excluding tax
- Price display suffix: empty
- Display prices during cart/checkout: excluding tax
- Display tax totals: as a single total
woocommerce cart
It would be helpful to see your tax settings. Something was probably entered wrong. Also what version of WooCommerce are you using?
– BFTrick
Jul 21 '14 at 20:22
I am using version version 2.1.7. I have figured that my settings are fine, but that woocommerce is programmed to not show the tax in the cart totals before pressing on checkout, because after pressing on checkout, the user has the ability to change the shipping or billing country. So the tax only gets calculated after the user has set the country. I would like to know if there is a way to show it also in the cart totals. Any idea?
– Jando
Jul 23 '14 at 12:12
This would be pretty complex. You'd have to programmatically set the country, state, zip, city, etc. and invoke the tax calculation method.
– BFTrick
Jul 24 '14 at 14:54
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
In woocommerce I've set a country code specific tax. This seems to work, but the problem is that it doesn't show at the Cart Totals in the Cart. VAT stays at €0,00 but when clicked on Proceed to Checkout, it does show the correct VAT.
The prices are set exclusive of tax. The tax rates are only based on the country code.
What could be the problem?
I am using version version 2.1.7
These are my settings:
- Enable Taxes: yes
- Prices Entered With Tax: No, I will enter prices exclusive of tax
- Calculate Tax Based On: customer billing address
- Default customer address: no address
- Shipping tax class: shipping tax class based on cart items
- Rounding: off
- Additional Tax Classes: Reduced Rate, Zero Rate
- Display prices in the shop: excluding tax
- Price display suffix: empty
- Display prices during cart/checkout: excluding tax
- Display tax totals: as a single total
woocommerce cart
In woocommerce I've set a country code specific tax. This seems to work, but the problem is that it doesn't show at the Cart Totals in the Cart. VAT stays at €0,00 but when clicked on Proceed to Checkout, it does show the correct VAT.
The prices are set exclusive of tax. The tax rates are only based on the country code.
What could be the problem?
I am using version version 2.1.7
These are my settings:
- Enable Taxes: yes
- Prices Entered With Tax: No, I will enter prices exclusive of tax
- Calculate Tax Based On: customer billing address
- Default customer address: no address
- Shipping tax class: shipping tax class based on cart items
- Rounding: off
- Additional Tax Classes: Reduced Rate, Zero Rate
- Display prices in the shop: excluding tax
- Price display suffix: empty
- Display prices during cart/checkout: excluding tax
- Display tax totals: as a single total
woocommerce cart
woocommerce cart
edited Jul 23 '14 at 12:21
asked Jul 21 '14 at 13:05
Jando
842210
842210
It would be helpful to see your tax settings. Something was probably entered wrong. Also what version of WooCommerce are you using?
– BFTrick
Jul 21 '14 at 20:22
I am using version version 2.1.7. I have figured that my settings are fine, but that woocommerce is programmed to not show the tax in the cart totals before pressing on checkout, because after pressing on checkout, the user has the ability to change the shipping or billing country. So the tax only gets calculated after the user has set the country. I would like to know if there is a way to show it also in the cart totals. Any idea?
– Jando
Jul 23 '14 at 12:12
This would be pretty complex. You'd have to programmatically set the country, state, zip, city, etc. and invoke the tax calculation method.
– BFTrick
Jul 24 '14 at 14:54
add a comment |
It would be helpful to see your tax settings. Something was probably entered wrong. Also what version of WooCommerce are you using?
– BFTrick
Jul 21 '14 at 20:22
I am using version version 2.1.7. I have figured that my settings are fine, but that woocommerce is programmed to not show the tax in the cart totals before pressing on checkout, because after pressing on checkout, the user has the ability to change the shipping or billing country. So the tax only gets calculated after the user has set the country. I would like to know if there is a way to show it also in the cart totals. Any idea?
– Jando
Jul 23 '14 at 12:12
This would be pretty complex. You'd have to programmatically set the country, state, zip, city, etc. and invoke the tax calculation method.
– BFTrick
Jul 24 '14 at 14:54
It would be helpful to see your tax settings. Something was probably entered wrong. Also what version of WooCommerce are you using?
– BFTrick
Jul 21 '14 at 20:22
It would be helpful to see your tax settings. Something was probably entered wrong. Also what version of WooCommerce are you using?
– BFTrick
Jul 21 '14 at 20:22
I am using version version 2.1.7. I have figured that my settings are fine, but that woocommerce is programmed to not show the tax in the cart totals before pressing on checkout, because after pressing on checkout, the user has the ability to change the shipping or billing country. So the tax only gets calculated after the user has set the country. I would like to know if there is a way to show it also in the cart totals. Any idea?
– Jando
Jul 23 '14 at 12:12
I am using version version 2.1.7. I have figured that my settings are fine, but that woocommerce is programmed to not show the tax in the cart totals before pressing on checkout, because after pressing on checkout, the user has the ability to change the shipping or billing country. So the tax only gets calculated after the user has set the country. I would like to know if there is a way to show it also in the cart totals. Any idea?
– Jando
Jul 23 '14 at 12:12
This would be pretty complex. You'd have to programmatically set the country, state, zip, city, etc. and invoke the tax calculation method.
– BFTrick
Jul 24 '14 at 14:54
This would be pretty complex. You'd have to programmatically set the country, state, zip, city, etc. and invoke the tax calculation method.
– BFTrick
Jul 24 '14 at 14:54
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
No, it's not that complex. I just did that a few days ago. I also thought that it would be a lot of code, but actually its 2 filters for taxes, and 1 filter for shipping (if you also want that pre-calculated).
Please read my self-answer on this page: How to show correct tax on basket (BEFORE checkout)?
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
No, it's not that complex. I just did that a few days ago. I also thought that it would be a lot of code, but actually its 2 filters for taxes, and 1 filter for shipping (if you also want that pre-calculated).
Please read my self-answer on this page: How to show correct tax on basket (BEFORE checkout)?
add a comment |
up vote
0
down vote
No, it's not that complex. I just did that a few days ago. I also thought that it would be a lot of code, but actually its 2 filters for taxes, and 1 filter for shipping (if you also want that pre-calculated).
Please read my self-answer on this page: How to show correct tax on basket (BEFORE checkout)?
add a comment |
up vote
0
down vote
up vote
0
down vote
No, it's not that complex. I just did that a few days ago. I also thought that it would be a lot of code, but actually its 2 filters for taxes, and 1 filter for shipping (if you also want that pre-calculated).
Please read my self-answer on this page: How to show correct tax on basket (BEFORE checkout)?
No, it's not that complex. I just did that a few days ago. I also thought that it would be a lot of code, but actually its 2 filters for taxes, and 1 filter for shipping (if you also want that pre-calculated).
Please read my self-answer on this page: How to show correct tax on basket (BEFORE checkout)?
edited May 23 '17 at 11:46
Community♦
11
11
answered Aug 28 '14 at 13:56
user2390733
34146
34146
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f24865855%2fwoocommerce-taxes-doesnt-show-in-cart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It would be helpful to see your tax settings. Something was probably entered wrong. Also what version of WooCommerce are you using?
– BFTrick
Jul 21 '14 at 20:22
I am using version version 2.1.7. I have figured that my settings are fine, but that woocommerce is programmed to not show the tax in the cart totals before pressing on checkout, because after pressing on checkout, the user has the ability to change the shipping or billing country. So the tax only gets calculated after the user has set the country. I would like to know if there is a way to show it also in the cart totals. Any idea?
– Jando
Jul 23 '14 at 12:12
This would be pretty complex. You'd have to programmatically set the country, state, zip, city, etc. and invoke the tax calculation method.
– BFTrick
Jul 24 '14 at 14:54