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

How to hide tax , shipping & handling from cart and checkout

I am using Magento version: 1.9.2.2 I want to hide tax, shipping and handling from cart and checkout page of my app but didn't get any success been trying from last two days. Followed some solutions(links attached) from the forums and various…
Dev bluCursor
  • 61
  • 1
  • 9
0
votes
1 answer

extending a tax class into an existing company extension

I have extended Magento core files before but in this case wish to extend a class //app/code/core/Mage/Tax/Model/Calculation.php i.e. Mage_Tax_Model_Calculation into an existing component my company…
Oliver Williams
  • 5,966
  • 7
  • 36
  • 78
0
votes
1 answer

Magento 2 display prices without tax

I am trying to display the product prices including and excluding the tax. I have added the below snippet of code in /Magento_Catalog/templates/product/price/final_price.phtml:
Ellinor
  • 323
  • 3
  • 14
0
votes
0 answers

Rails Stripe Subscription tax_percent Injection

I'm looking for feedback on the best way to inject "tax_percent" into my app's Stripe subscription at checkout. Since I live in NJ, I need to determine if the subscription purchaser (current_user) also lives in NJ. Right now, I'm asking the user at…
JohnOHFS
  • 174
  • 14
0
votes
1 answer

Display the product price without tax and tax of single product in Magento

I would like to display the product price without tax and the tax amount of a single product from a order in Magento. I have the item already loaded: $qty =$item->getData('qty_ordered'); $sku =$item->getSku(); $name …
Vidarrus
  • 175
  • 4
  • 18
0
votes
2 answers

How can I make an MySQL View for Tax per Order

My data: How can I get there? I tried to make a MySQL view on my table TAX. CREATE VIEW TaxSplitPerOrder AS SELECT OrderNumber, tax_invoiced, total_invoiced, created_at, tax_percent, SUM(tax_invoiced_order_item) FROM test …
Apojoost
  • 127
  • 10
0
votes
0 answers

Linear programming of taxation cost on fossil fuel and green energy

I am currently working on a project where I am modelling a set of combined heat and power production units (CHP). I am using linear programming to do this for now. The main idea is to minimize the overall production cost. In order to that one must…
M.frank
  • 145
  • 2
  • 14
0
votes
4 answers

Creating an object with a constructor

i am working on a project and am stuck and have been for awhile, i want to make two objects, one t2001 and the other t2009. I made the constructor for them being TaxFiling but i am still getting a red underline error saying cannot find symbol? Does…
JimBob101
  • 173
  • 9
0
votes
1 answer

WC_Order->get_items() not populating `tax_class` field

In Woocommerce, var_dumping an order shows an empty field tax_class, but tax classes are defined and assigned correctly to the product. Here is my code: array(13) { ["name"]=> string(14) "Nuovo prodotto" ["type"]=> string(9) "line_item" …
Marco Marsala
  • 2,332
  • 5
  • 25
  • 39
0
votes
1 answer

Tax rule for different states in India

I m trying to add tax rules in my store for India region. In India, we have two tax rates. 1) VAT @ 5% for the goods sold within the state. 2) CST @ 5% for the goods sold outside the state. I managed to add VAT @ 5%. But I m unable to add the CST @…
0
votes
0 answers

Best way to store differing tax rates for countries in SQL (then how to use it in a basket situation)

I have raw data that I'm trying to sort; I have the tables (I think) decided on with a basket including a basket_id, customer_id, basket_date, total_price, tax and payment_type. Tax is a set portion of the total price, so if the total price were…
0
votes
4 answers

Calculating my tax automatically in Excel

It's my very first post here so hi all. I did a lot of research before hand but couldn't find the answer I was looking for. I want a spreadsheet in Google Sheets to automatically calculate my tax. €0 - €11000 w/ 0% €11000 - €18000 w/ 25% €18000 -…
pman1k
  • 3
  • 1
0
votes
1 answer

How to get defined Tax rate percent prgramatically?

We have created tax rates in sales->Taxes->Zone&Rates with Rate Percent of xx.xx, Can we fetch this fetch this details programmatically before placing order for using it API.
SagarPPanchal
  • 9,839
  • 6
  • 34
  • 62
0
votes
1 answer

Magento double tax calculation

i set up my own magento store and configured the tax fpr germany 19% Mwst. The calculation in the cart is wrong it take 2.19% of the product prices. i am using magento 1.9.2 and here is my tax configuration: picture 1 picture 2 Picture 3 Picture…
Mr. Me7z
  • 9
  • 5
0
votes
1 answer

Magento - tax rate based on selected currency

Have a Magento site ver. 1.7.0.2 We have one store set up for, primary is UK, but also want to offer global sales (without multiple stores setup). So we offer 3 selectable currencies on the site: UK - GBP (main), EU - Euro, US - USD All prices are…
Doug
  • 3
  • 3