cancel
Showing results for 
Search instead for 
Did you mean: 

Different tax for categories or products

Different tax for categories or products

Hello,

is it possible to have different taxes for categories or products (ex. 10 and 22%)? If it is, in which way I can have a full report of all my orders? Thank you

6 REPLIES 6

Re: Different tax for categories or products

Hello @magentodag

 

tax is possible different per product wise.

 

For that you need to create tax class for that.

 

Let's ex you create two tax class 
1)GST

2) Vat

And you will assign different rate, so per product-wise, you can assign different tax class and rate.

 

More info :- https://stuntcoders.com/magento-tutorials/how-to-set-up-product-tax-classes-in-magento/

 

Hope it will help you.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Different tax for categories or products

You can assign different tax for different product by below way,

https://stuntcoders.com/magento-tutorials/how-to-set-up-product-tax-classes-in-magento/

check blog,

Tax setting

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Different tax for categories or products

Hi,

thank you for your reply.

 

Is it possible to list orders according to different tax rates? Ex. Total orders: 10 - 5 orders with 22% tax and 5 with 10%.

 

Thanks again!

Re: Different tax for categories or products

Hello @magentodag

 

Tax is cal based on product and shipping cost.

 

So in order level, it will add just total tax value.

 

Otherwise all tax rate and tax value store at order item level wise.

 

Hope it will help you.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Different tax for categories or products

Hi @Sunil Patel,

i don't understand in which way i can list order with a specific tax rate. Can i list them from Sales->Orders ?

Can i add tax rates as filter?

 

Thanks again

Re: Different tax for categories or products

Hello @magentodag

 

The tax rate depends on item, so either you need to the summation of all rate and you need to display it.

 

Or you can display order tax value into grid.

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer