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.

[227 byte] By [Xcel] at [2008-2-24]
# 1

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.

CaesarSamsi-MSFT at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2

Thank you for the update.

I ended up adding a Scriptor component to the Total Pipeline, which handles my business requirement.

Xcel at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...