KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Iruñea on December 24, 2008, 10:37:19 am

Title: how to get all konakart TaxRates
Post by: Iruñea on December 24, 2008, 10:37:19 am
Hi Konakarts! :)

Does anybody know how can I get all the different taxes which are defined in kkAdministrator?

order.getTaxRateObjectArray gives me all the taxes a order has but what Im looking for is an array with all kk defined tax rates. Something like this:

eng = new KKEng();
TaxRateIf[] taxes = eng.getAllTaxeRates();


but I dont find such a method in KKEng...

THanks!
Title: Re: how to get all konakart TaxRates
Post by: trevor on December 24, 2008, 11:55:16 am
Take a look at the AdminApp API. You'll find it there.