Questions tagged [tax-calculation]
Denotes questions related to Magento Tax Calculation
81 questions
0 votes
0 answers
36 views
M2 - VAT validation sometimes "fails", valid EU VAT numbers still charged VAT
I am running a Magento 2.4.7-p3 webshop (Netherlands based). VAT validation is configured to use the default Magento VIES integration. Most (9/10) of the time it works correctly: A customer enters a ...
0 votes
0 answers
28 views
In Magento 2, I used the Magento 2 TaxCloud extension, but after placing an order, the tax shows as a random amount or sometimes as 0
<?php /** * Taxcloud_Magento2 * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It ...
0 votes
1 answer
144 views
Magento 2: Taxes are subtracted from the order total
I have the following problem: In the checkout the order total is incorrect, as the total price of the items and the shipping costs are subtracted from the total taxes. All products include taxes. ...
0 votes
2 answers
383 views
Tax calculation showing wrong in magento2
Total is 607.77 and TAX is 6%, it's 36.4662 But magento showing 37.67 Can anyone help me how i can get 36.4662 insted 37.67? Admin side tax settings: Thanks in advanced.
0 votes
1 answer
162 views
Setup particular product tax in all countries
I want to add a 5% additional tax to a particular simple product in all countries. I looked into Fixed Product Tax, but that only allows to choose from one country at a time. If I wanted to add the ...
1 vote
2 answers
801 views
How to overwrite Magento\Tax\Model\Calculation\AbstractAggregateCalculator?
I was facing an issue in tax calculation after discount for that i need to do code change from //TODO: handle originalDiscountAmount $taxableAmount = max($rowTotalInclTax - $discountAmount, 0); $...
2 votes
1 answer
122 views
How to display Product Customizable Options without tax?
I have a Magento 2.4.3 store. By default I want product's price and Customizable Options to be displayed without tax. Product's price is displayed correctly, without tax. Customizable Options however ...
0 votes
1 answer
60 views
Custom Module Not Working in 2.4.4 but working in 2.4.3
I have implemented a custom module based on this thread -https://magento.stackexchange.com/questions/339930/change-product-price-precision-to-3 It's working perfectly fine on Magento 2.4.3, but no ...
0 votes
1 answer
291 views
Can't configure taxes on store view level
How can I configure different tax rates for products on the store view level?
0 votes
1 answer
169 views
Removing tax block from sales_order_view cause subtotal showing without tax
I have removed tax block from all sales page by adding following code. layout file is Magento_Sales\layout\default.xml <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
2 votes
2 answers
251 views
Magento 2 | Questions regarding taxes
With the beginning of the next month there's a reformation of the tax system in the EU and we need to adapt a few critical changes in order to comply with everything. Basically we need to charge the ...
0 votes
2 answers
716 views
Error during VAT Number verification
I have Magento 2.3.6 Instance on my local machine (Vagrant) now i am trying to add the merchant information in magento admin and validating the VAT ID for my merchant, but when i added it is saying &...
1 vote
0 answers
123 views
Charge destination based tax on virtual products
More and more U.S. states are requiring merchants to collect sales tax on digital goods, however I cannot figure out how to get Magento to include tax on virtual and downloadable products when tax is ...
0 votes
0 answers
34 views
How magento calculate tax on product in reorder from admin ? Magento 1
How tax is calculated for products on reorder page in admin ? I am trying to get the flow how the tax are calculated on reorder page, I am using Avatax module, & found a bug that on reorder the ...
0 votes
1 answer
66 views
Magneto displaying tax but taking tax off the tax :S
So I have tax set up at 20%. The actual rate it’s taking off is about 14% I noticed that the figure it’s showing is actually the correct Tax figure minus the tax. Which is crazy. Here’s what it’s ...