KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: DaveO on August 06, 2010, 04:23:06 pm

Title: Question about tax lookup integration
Post by: DaveO on August 06, 2010, 04:23:06 pm
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!
Title: Re: Question about tax lookup integration
Post by: trevor on August 06, 2010, 04:39:20 pm
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.
Title: Re: Question about tax lookup integration
Post by: DaveO on August 06, 2010, 05:46:39 pm
OK, I will try that out - thanks!