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

Opencart 2 - For guests price with tax for logged in without tax

I need your help, now in Store settings prices with tax! So it is okey. But when customer logged in, i need it without tax only on product page and in category. How can i do this? Thank you!
Ivan Sushkov
  • 75
  • 1
  • 7
1
vote
1 answer

Tax rounding issue when having multiple tax classes in woocommerce

I have a problem with rounding of tax class amounts in WooCommerce 3.2.3 on Wordpress 4.8.3. The sums of each of the 2 tax classes are both correctly displayed with 2 decimal points when displayed in the cart and checkout page. However, during…
Muskat
  • 11
  • 4
1
vote
0 answers

Tax calculate in woocommerce mini cart

I want to show tax rate in woocommerce mini cart like this-> http://nimb.ws/gBGAD0 display on checkout page. That's possible? If possible please let me know. Thanks.
Ketan
  • 579
  • 3
  • 11
  • 31
1
vote
1 answer

Magento 2 cart price rule and tax issue

Specs: Magento 2.1.7 I got an issue and could not find anything similar to my case on the google. I have a tax price rule that makes free shipping when subtotal is above 500 euros. Rule is working fine, free shipping is being applied without…
Macas
  • 560
  • 3
  • 22
1
vote
0 answers

Woocommerce Tax calculating issues (wrong price amount per line)

WooCommerce calculates the VAT (in this case 20%) per line (wrong), but really should calculate VAT per item (right). For example, we have a product that is 0.13p (excl VAT), which shows as 0.16p (inc VAT) on the frontend. This is fine as 0.13p +…
Alex
  • 23
  • 1
  • 6
1
vote
1 answer

Looking for a logic to keep a fraction in a range

I need to write some code that can calculate a variable which shows the preference of a consumer to buy a component for his laptop. The preference changes by the tax (T) and the importance of prices on people's purchases (PriceI). I need to include…
user710
  • 161
  • 2
  • 12
1
vote
1 answer

How to deal with tax in quotation with multi company option?

This question is about how to deal with tax in quotation with multi company option. Please take below scenario: 1) I have enabled multi companies feature and lets say I have 2 comapnies C1, C2. 2) I have two taxes T1(with company C1) and T2(with…
Ankit
  • 99
  • 1
  • 13
1
vote
1 answer

Change the color of tax price in the cart page in CSS

I am trying to change the colour and size of the VAT cost in the cart and checkout in my woocommerce. I only want to change how the VAT looks and not the total amount. I am using that css: .woocommerce-page .cart-collaterals .cart_totals table…
spy
  • 85
  • 1
  • 10
1
vote
2 answers

getQuote not working some stores

I Need to restrict the tax amount. so i went Mage/Tax/Model/Calculation.php Then Finds calcTaxAmount() Tax Applying Function. I need to restrict tax who all are enter the tax vatid in checkout onepage tax should be zero so public function…
Crock
  • 163
  • 2
  • 9
1
vote
1 answer

Getting a negative tax in a prestashop order

I'm using Prestashop Version 1.6. In my recent order, I got a negative tax value. Like: TOTAL PRODUCTS 500.00 € SHIPPING 0,00 € TOTAL TAXABLE 500.00 € VAT -6,00 € Total 494,00 € This order should not contain VAT (or atleast not a…
viji
  • 1,652
  • 2
  • 20
  • 34
1
vote
1 answer

Magento Tax Calculation Incorrect

Hi currently running into an issue with magento 1.9 tax calculations. I have a product setup as £10.82 with VAT of 20% to be added. The price including VAT is £12.98. When 1 product is added to the cart everything is ok but if I add 7 the total…
lnelson92
  • 621
  • 5
  • 20
  • 27
1
vote
1 answer

A different tax rate for one WooCommerce product

I want to change the Tax rate from 20% to 9% just for an product. So for example for the product "X" I need to have 9% VAT tax. I am using WooCommerce PDF Invoices & Packing Slips plugin, and I would like to get this new rate on the Pdf invoice…
1
vote
0 answers

Fetch list of taxes from WooCommerce REST API (v2) using PHP

I need to fetch taxes from the WooCommerce REST API using PHP. I am using API version 2. This is the function that I tried : $client->taxes->get(null, array( 'filter[limit]'=>100000 )) But it is not getting any result. It is giving this error…
1
vote
4 answers

Python: How do I get user input in the middle of a sentence (fill-in-the-blank style) using the input function?

I am trying to create a program that calculates sales tax. I first ask the user what was the total cost of their meal. I then ask them what is the sales tax of their area in the form of: y = input('What is the sales tax of your area? ') I want to…
55 Cancri
  • 1,075
  • 11
  • 23
1
vote
2 answers

WooCommerce PDF Invoices & Packing Slips, shows Tax twice on pdf invoice

With WooCommerce and WooCommerce PDF Invoices & Packing Slips plugins, I have an issue. When PDF Invoices are generated, they shows the TAX two times: I need to remove this duplication to make it looks like this: I Know there are a few Premium…
Marek
  • 41
  • 1
  • 7