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
1
vote
1 answer

FATCA XML - How to add multiple data in FATCA XML file

If anyone have knowledge about FATCA Xml schema than this is easy for them I have format for single row of data 1) < FATCA_OECD > view alll data < /FATCA_OECD> But When I have multiple rows of data < FATCA_OECD> view alll data < /FATCA_OECD>…
Apoorva
  • 218
  • 3
  • 14
1
vote
1 answer

International and national tax classes

I'm trying to achieve the following scenario, and am not sure how to configure the store's tax classes, as anyone tried to achieve the following: 23% tax if in country Y. Zero tax if not country Y and Tax id is supplied, otherwise 23% tax. I've…
Pedro Costa
  • 2,968
  • 2
  • 18
  • 30
1
vote
0 answers

Magento 1.9.2.2 Always Zero Tax

I have a big issue with a clean installation of Magento 1.9.2.2. The Prices of Products in the Catalog an especially in the Cart do not have a Tax Price. The Tax is always showing 0,00 €. I'm not new to Magento I installed it many times and I've…
rimson77
  • 11
  • 3
1
vote
1 answer

Magento order tax information

I see that tax information is kept at order level but I cannot see any setters/getters for it. It could be related with Quote Items or even with Shipping addresses? Anybody knows how tax is related to order?
Elzo Valugi
  • 27,240
  • 15
  • 95
  • 114
0
votes
0 answers

zatca ubl 2.1 e-invoicing standard tax category with differents rates return errors with sub totals

I'm working on generating ZATCA invoice but something went wrong when I entered three items (invoice lines) with multiple standard rates: item A : 15% item B : 5% in addition to zero rates item C : 0% The error appears when there's two rates for…
lady
  • 356
  • 1
  • 2
  • 14
0
votes
0 answers

What is the simplest method for handling VAT for an in-app product in Google Play?

I have an in-app product in my app, and I want to offer it to users in countries where Google is responsible for remitting VAT. What is the simplest way to determine the user's country? Or what is the simplest solution to this? I can't find anywhere…
OnTarget
  • 1
  • 1
0
votes
1 answer

How to set custom Tax in Shopify

I am new to Shopify. Can someone help me pointed the right track? I need to change the Tax on Checkout. By default, is it based on Customer's Shipping Address and I need to set it based on the Location of the Item conditionally. I've read multiple…
C.E James
  • 315
  • 1
  • 5
  • 22
0
votes
1 answer

Tax calculator output diplays result in incorrect tax bracket?

I recently wrote a Python tax calculator for my mother, who is an accountant. It seems to work just fine, but she hates using the terminal, so I decided to re-write it in JavaScript which I am currently learning at university. Here is the Python…
0
votes
0 answers

Remove Woocomerce Tax information string/text from Total row and Add it to the Subtotal row

Here I am working on a project where I need to show the Including Taxs just after the Subtotal Price, but currently it is showing after the Total price as a default. Can anybody please tell me how to do so with/without using a woocomerce hook or…
Sourav Das
  • 17
  • 8
0
votes
0 answers

Second website Tax Configuration not working (Including tax, Excluding tax)

In my Magento 2(2.4.5) Store, There are Two Websites, "Main website" and "B2B Website", and I want to Show Price Including Tax in "Main Website" and In "B2B Website", I want to Show Price with Excluding Tax. I have set Configuration Properly. but In…
qɐʇǝɥɐW
  • 347
  • 3
  • 17
0
votes
1 answer

Enforce certain tax rule if user select Store pick up in Prestashop 1.7

I would like to apply tax on a product if a user selects "Store Pickup" as a shipping carrier. Here is my scenario: State A: Tax 5% State B: Tax 3% Rest of the state: 0%. Now, if someone's delivery address is within "State A" then a 5% tax will be…
atiquratik
  • 1,296
  • 3
  • 27
  • 34
0
votes
1 answer

How to add shipping costs in WooCommerce depending on the user role?

I am trying to add shipping depending on user role. How to manage shipping costs from the total price without taxes? There is a wholesale user type (wholesale_customer) and then there are the rest of the user roles (Let's call them "The Rest") that…
gemita
  • 2,686
  • 2
  • 10
  • 17
0
votes
0 answers

Woocomerce, complex taxes for italian lawyers

I have a complex combo i cant' solve using standard woocomerce taxes. Here an example: Product: 20€ Add a 4%: 0.80€ Add a 22%: 4.58€ Total to pay: 25.38 This can be accomplished by standard woocomerce taxes. In one case for customer with a…
SteveAgl
  • 1
  • 1
  • 3
0
votes
0 answers

Remove tax from all orders - woocommerce

I need to remove tax from all previous orders, I need to completely remove tax from any orders created so far, is there any option to do it? I need to do it because of invoicing and accounting, thank you
0
votes
0 answers

Need to add a custom field to checkout form radio field with two options then disable woocommece tax based on it

Need to add a custom field to the checkout form radio field with two options then disable woocommece tax based on it in option one there is no tax, in option two there is tax normally. I added the custom field using the “Checkout Field Editor…