Tax Calculations
I am looking for a sample pipeline Component to caculate tax. I don't need very advanced tax calculations just 3 states with a flat tax and all my products are taxable.
Any assistance would be greatly appreciated.
I am looking for a sample pipeline Component to caculate tax. I don't need very advanced tax calculations just 3 states with a flat tax and all my products are taxable.
Any assistance would be greatly appreciated.
Hi there, while we don't have a tax component sample the SDK includes a sample pipeline component implementation.
You can use this sample as a starting point in providing your tax calculation logic. At the very basic level, you would need to get the state code from a dictionary item that is passed into the pipeline component, and then run a branching logic to calculate the specific state tax.
Hope this helps!
Thanks, Caesar.
Thank you for the update.
I ended up adding a Scriptor component to the Total Pipeline, which handles my business requirement.