Questions tagged [tax]

a financial charge or other levy imposed upon a taxpayer (an individual or legal entity) by a state or the functional equivalent of a state to fund various public expenditures.

A Tax is a financial charge or other levy imposed upon a taxpayer (an individual or legal entity) by a state or the functional equivalent of a state to fund various public expenditures.

286 questions
0
votes
0 answers

WooCommerce: tax price filter not being applied in admin

I've implemented a filter as per this WooCommerce article on taxes: add_filter('woocommerce_adjust_non_base_location_prices', '__return_false'); This effectively 'ignores' tax rates on checkout: an €8,99 product (where prices are added inclusive of…
indextwo
  • 5,535
  • 5
  • 48
  • 63
0
votes
1 answer

Show prices including tax on product page

I am using woocoommerce V3.0.9, and have tax settings enabled. I set Prices entered with tax as Yes, I will enter prices inclusive of tax and Display prices in the shop as Including Tax and Additional tax classes as Reduced Rate Zero Rate. Also,…
dev tester
  • 327
  • 1
  • 10
  • 25
0
votes
2 answers

Java program not calculating sales tax correctly

We've been assigned to make a primitive shopping cart in Java in my class and I have managed to finish everything with the exception of the Hawaiian sales tax that simply refuses to work properly. I would really be grateful if someone could point…
Neal. M
  • 5
  • 3
0
votes
0 answers

Quickbooks online oauth 2.0 not able to load tax code using php

Quick book online oauth 2.0 not able to load tax code using following query. $TaxRateService = new QuickBooks_IPP_Service_TaxRate(); $taxRates = $TaxRateService->query($Context, $realm, "SELECT * FROM TaxRate WHERE Id IN('$id')"); I am using IPP v3
Mamata
  • 1
  • 1
0
votes
1 answer

Woocommerce subscription: seperate tax rate, one for the signup fee and second for the recurring payment

We have a website that sells subscriptions. The customer will get a physical product and then will be charged each month for the service. We use WooCommerce Subscriptions plugin. We set the subscription product so the "Signup fee" will be used to…
Shir Gans
  • 1,976
  • 3
  • 23
  • 40
0
votes
1 answer

Woocommerce not loading the data in Tax standard rates

may i know what would be the possible issue for the woocommerce tax in the standard rates and keeps saying loading and it is not loading the data. though this was setup before. I have tried disabling plugins and it is still not working. i have…
Reynaldo
  • 31
  • 8
0
votes
2 answers

Display tax in woocommerce cart widget product same like checkout page

I want to display tax on woocommerce shop page side bar cart widget product list same like checkout page. Current checkout page -> http://nimb.ws/kbn6mL Shop page side bar woocommerce cart widget -> http://nimb.ws/JVfMtH So if anyone knows this…
Ketan
  • 579
  • 3
  • 11
  • 31
0
votes
1 answer

Calculating shipping costs and tax with Stripe

I'm using Stripe with Laravel 5.4. My problem here is that I was asked to include the shipping costs and the taxes to the total amount when using Stripe. Payments are possible in USA only. Is that possible to do in one step?
icemanblas
  • 93
  • 1
  • 1
  • 10
0
votes
1 answer

WooCommerce change tax per product programmatically

The problem is: If we sell a ticket to our customer, we pay the tax not where the customer lives and not where the company of the shop is located. We pay the tax, where the event is held. We can use a workaround where we can define a tax class for…
mcswizz
  • 23
  • 1
  • 9
0
votes
1 answer

Magento 1.9 Tax Excluded price is displaying for Not Logged in customers

I have created a new tax class and configured the settings. Tax is getting applied properly for Logged in customers. For Guest customers, Price is showing excluded of tax. Any help please....
Divya
  • 1
  • 1
0
votes
1 answer

Prestashop Display both prices with and without tax

I found how to display both price with and without tax on product list. But when there is a specific price, the old price is the same with and without tax. It displays the old price tax incl even for price with tax exc. For example : 549,0 € HT…
0
votes
1 answer

Magento show tax rate for each tax - magento 1.9

System - configuration - Sales - Tax - Shop display Settings set to Yes the option "Display Full Tax Summary" is showing tax like below Grand Total Excl. Tax Rs. 650.00 SGST (9%)                                        Rs.…
user2560042
0
votes
1 answer

Woocommerce Tax always including tax

I am using a table rate shipping option. I tested two plugins so far, but for both plugins woocommerce seems to calculate the tax wrong. 1: https://de.wordpress.org/plugins/table-rate-shipping-for-woocommerce/ 2:…
K213
  • 311
  • 6
  • 19
0
votes
1 answer

Send "Total Vat Amount" with Invoice and Description from my database to Xero account

I am using "Invoice PUT method" to store invoice details from server to Xero account. Is there any way to import "Total Vat Amount" with Invoice and Description? Because some of my old invoice are not include Vat amount. I have found a tag…
user7761600
0
votes
1 answer

How to update all Tax Codes (recalculate) when changing shipping country via SuiteScript?

I am updating the shipping address on the invoice, this works and it updates the shipping address properly. The issue is that for existing lines it does not recalculate the tax codes (e.g. when changing from a domestic address to a foreign address).…