Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Taxes

Vote:
 


The sample workflow code for calculating taxes looks up tax categories per lineItem to calculate both shipping tax and tax for each item in cart. In the most simple example tax category A (sale) and shipping tax will have same tax category. When asking for taxes per line item you will then get two; one sale and one shipping.

But what if a line item have tax category B (sale). If I only have that item in cart, I will not get the shipping tax (since line item have another tax category), only the sale tax for category B.

What is the correct way of retrieving the tax value for shipping?

#175828
Mar 03, 2017 11:01
Vote:
 

Hi Mari,

The tax calculation currently depends on Line Item and Shipping Address - for both sale tax or shipping tax. When line item is tax category A, we have both sale tax and shiping tax for category A. And line item is category B, we should define both sale tax and shipping tax for category B. This is default (for US market).

So in this case, defining a shipping tax for category B is one of solutions.

However, the tax calculation was flexible, we won't know what way is correct or not. It depends on market, US is different from EU or Asia - that's the reason we allow customizing tax calculation. You could customze tax calculation in your own way, in market you support, in your bussiness.

We could design tax calculation doesn't depend on item tax category, it depends on item type instead. For example, Fashion type has tax = 10%, Shoes has tax = 5% and Hat has tax = 7%...

Or we don't need customers create the order Shipping Adderss for tax calculating, we could use their prefer address to calculate tax, ...

That means it could be your choice, your way.

For customizing, you could prefer to this document http://world.episerver.com/documentation/Class-library/?documentId=commerce/9/7426E63C 

Hope this helps!

/Son Do

#175891
Edited, Mar 06, 2017 5:03
Vote:
 

Fyi: I changed the implementation to fetch shipping tax based on tax type (independent of shipment address and line items).

#175916
Mar 06, 2017 14:26
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.