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
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.
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,
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!
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.
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
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.