• Welcome to KonaKart Community Forum. Please login or sign up.
 

Question about tax lookup integration

Started by DaveO, August 06, 2010, 04:23:06 pm

Previous topic - Next topic

DaveO

Hello,

I am attempting to connect KonaKart with another system for tax rate look ups. I have been able to do some customizing of KKCustomEng but I haven't been able to determine the correct point in the code to override. I have done some work with the getOrderTotals() method.

I am wondering if this is the correct place to implement my custom code or if there is a more appropriate place. Is it also possible to customize GetOrderTotals?

The system I will be connecting to allows me to look up a tax rate by SKU and address.

Thanks!

trevor

I'd say that your best bet is in the tax order total module . There you could go through all of the order products and calculate the total tax.

DaveO